From b6f62f494bcdfffbea12b18be5ff187fed1b86ed Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 9 Mar 2025 12:04:41 +0100 Subject: [PATCH] feat: remove rendered time in footer --- example_config.json | 14 ++++++++++++++ templates/_home.html | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 example_config.json 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