Adds a /tags/ to list all valid tags

This commit is contained in:
Zach Leatherman
2018-08-29 08:46:06 -05:00
parent e3f3bc1cf2
commit ef7783222d
6 changed files with 45 additions and 2 deletions

View File

@@ -11,8 +11,9 @@ pagination:
permalink: /tags/{{ tag }}/
layout: layouts/home.njk
---
<h1>Tagged “{{ tag }}”</h1>
{% set postslist = collections[ tag ] %}
{% include "postslist.njk" %}
<p>See <a href="/tags/">all tags</a>.</p>