feat: remove rendered time in footer

This commit is contained in:
Ayo Ayco 2025-03-09 12:04:41 +01:00
parent 23de2f9735
commit b6f62f494b
2 changed files with 14 additions and 1 deletions

14
example_config.json Normal file
View file

@ -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"
}

View file

@ -161,7 +161,6 @@
{% endif %}
{{ attribution.owner }}
</p>
<p>Rendered on {{ render_date }} in Europe/Amsterdam</p>
</footer>
<script type="module">