Add footer in page

This commit is contained in:
2026-08-03 01:12:36 +02:00
parent e03977f1b4
commit fbe915021a
7 changed files with 100 additions and 19 deletions

View File

@@ -16,8 +16,11 @@
{% include 'themes/'+config.theme+'/_nav.html' %}
{% for bloc in myblocs.values() %}
{% include 'themes/'+config.theme+'/blocs/_'+bloc.type+'.html' %}
{% include 'themes/'+config.theme+'/blocs/'+bloc.type+'.html' %}
{% endfor %}
{% set bloc = footer %}
{% include 'themes/'+config.theme+'/blocs/footer.html' %}
{% endblock %}