--- layout: "layouts/base" pagination: data: collections.postsByTag size: 1 alias: tag filter: - post permalink: /tags/{{ tag | slugify }}/index.html ---
All posts tagged with "{{ tag }}", or go back to all tags.
{% set items = collections.postsByTag[ tag ] %} {% include "partials/archive.html" %}