feat: remove rendered time in footer
This commit is contained in:
parent
23de2f9735
commit
b6f62f494b
2 changed files with 14 additions and 1 deletions
14
example_config.json
Normal file
14
example_config.json
Normal 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"
|
||||
}
|
|
@ -161,7 +161,6 @@
|
|||
{% endif %}
|
||||
{{ attribution.owner }}
|
||||
</p>
|
||||
<p>Rendered on {{ render_date }} in Europe/Amsterdam</p>
|
||||
</footer>
|
||||
|
||||
<script type="module">
|
||||
|
|
Loading…
Reference in a new issue