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 %}
|
{% block center %}
|
||||||
{% with tags=posts %}
|
{% with tags=posts %}
|
||||||
{% include "/html/includes/tags.inc" %}
|
{% include "/html/includes/post-tags.inc" %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "/html/page-three-column.html" %}
|
{% extends "/html/page-three-column.html" %}
|
||||||
|
|
||||||
{% block center %}
|
{% block center %}
|
||||||
{% include "/html/includes/tags.inc" %}
|
{% include "/html/includes/post-tags.inc" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue