fix tags
This commit is contained in:
parent
3e0aa30b2a
commit
73d03fafda
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
{% block center %}
|
||||
{% with tags=posts %}
|
||||
{% include "/html/includes/tags.inc" %}
|
||||
{% include "/html/includes/post-tags.inc" %}
|
||||
{% endwith %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "/html/page-three-column.html" %}
|
||||
|
||||
{% block center %}
|
||||
{% include "/html/includes/tags.inc" %}
|
||||
{% include "/html/includes/post-tags.inc" %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue