This commit is contained in:
jem 2020-02-22 14:01:26 +01:00
parent 3e0aa30b2a
commit 73d03fafda
2 changed files with 2 additions and 2 deletions

View file

@ -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 %}

View file

@ -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 %}