diff --git a/resources/templates/themes/bootstrap4/html/tag.html b/resources/templates/themes/bootstrap4/html/tag.html index 0f9aca6..b027480 100644 --- a/resources/templates/themes/bootstrap4/html/tag.html +++ b/resources/templates/themes/bootstrap4/html/tag.html @@ -2,6 +2,6 @@ {% block center %} {% with tags=posts %} - {% include "/html/includes/tags.inc" %} + {% include "/html/includes/post-tags.inc" %} {% endwith %} {% endblock %} diff --git a/resources/templates/themes/bootstrap4/html/tags.html b/resources/templates/themes/bootstrap4/html/tags.html index ffb0a34..fe3c816 100644 --- a/resources/templates/themes/bootstrap4/html/tags.html +++ b/resources/templates/themes/bootstrap4/html/tags.html @@ -1,5 +1,5 @@ {% extends "/html/page-three-column.html" %} {% block center %} - {% include "/html/includes/tags.inc" %} + {% include "/html/includes/post-tags.inc" %} {% endblock %}