--- pagination: data: collections.postsByTag size: 1 alias: tag filter: - post permalink: /tags/{{ tag | slugify }}/index.html eleventyComputed: title: "Tag: \"{{ tag }}\"" description: Browse all posts tagged with "{{ tag }}". --- {% from "macros/posts.njk" import list %}

All posts tagged with "{{ tag }}", or go back to all tags.

{{ list(collections.postsByTag[tag] | reverse) }}