diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-25 12:18:02 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-25 12:18:02 +0100 |
commit | 0403f2d5aeb1ce4e67fdbb30b65a728f80c1cc1f (patch) | |
tree | f508775c0b2ad8409a7e48c931ed09358d4a145c /_layouts | |
parent | f509e410bca55ff04b79b38a73e3751eff848c95 (diff) |
add tag index
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 1 |
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 %} |