diff options
Diffstat (limited to '_layouts/default.html')
-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 %} |