add link to view all tags to tag pages
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-08 16:14:35 -07:00
parent 05e40f0ea7
commit 470a84429c
+2
View File
@@ -9,6 +9,8 @@ eleventyComputed:
title: "tag: {{ tag.tagName }}" title: "tag: {{ tag.tagName }}"
--- ---
<p class="centered">(or <a href="/tags/">view all tags</a>)</p>
{% set postlist = tag.pageData %} {% set postlist = tag.pageData %}
{% include "postlist.njk" %} {% include "postlist.njk" %}