Add footer in page
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user