more updates to match new code, new entry for testing
This commit is contained in:
parent
46751d66ca
commit
008d2d760c
140 changed files with 17228 additions and 12 deletions
14
themes/hyde/templates/base_footer.tmpl
Normal file
14
themes/hyde/templates/base_footer.tmpl
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{# -*- coding: utf-8 -*- #}
|
||||
{% import 'base_helper.tmpl' as base with context %}
|
||||
|
||||
{% macro html_footer() %}
|
||||
{% if content_footer %}
|
||||
<footer id="footer">
|
||||
<span class="copyright">
|
||||
{{ content_footer }}
|
||||
</span>
|
||||
</p>
|
||||
{{ template_hooks['page_footer']() }}
|
||||
</footer>
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue