diff --git a/example_config.json b/example_config.json new file mode 100644 index 0000000..d54df05 --- /dev/null +++ b/example_config.json @@ -0,0 +1,14 @@ +{ + "APPS": { + "blueprintname": { + "title": "Title", + "description": "This is a description for the new project", + "site_name": "usually-a-domain.com" + } + }, + "ATTRIBUTION": { + "owner": "Author Name", + "year": "2024" + }, + "TEMPLATES_AUTO_RELOAD": "True" +} diff --git a/templates/_home.html b/templates/_home.html index 50333a0..3dfde01 100644 --- a/templates/_home.html +++ b/templates/_home.html @@ -161,7 +161,6 @@ {% endif %} {{ attribution.owner }}

-

Rendered on {{ render_date }} in Europe/Amsterdam