aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-25 12:18:02 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-25 12:18:02 +0100
commit0403f2d5aeb1ce4e67fdbb30b65a728f80c1cc1f (patch)
treef508775c0b2ad8409a7e48c931ed09358d4a145c /_layouts
parentf509e410bca55ff04b79b38a73e3751eff848c95 (diff)
add tag index
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 9c2204f..fa4902f 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -24,6 +24,7 @@
<div class="limitwidth">
<a href="/" class="item {% if page.id == "index" %}active{% endif %}">home</a>
<a href="/posts/by-date" class="item {% if page.id == "posts" %}active{% endif %}">posts</a>
+ <a href="/tags" class="item {% if page.id == "tags" %}active{% endif %}">tags</a>
<span class="right">
{% if page.toc %}<a href="#" class="item">top</a>{% endif %}
{% if page.post %}<a href="#footer" class="item">bottom</a>{% endif %}