--- layout: "base.njk" pagination: data: collections size: 1 alias: tag addAllPagesToCollections: true filter: - posts - recipes - timeline useTitle: true eleventyComputed: title: "Posts tagged #{{ tag }}" permalink: /tags/{{ tag | slugify }}/ rssUrl: /feeds/{{ tag | slugify }}.xml --- {%- from "components/collectionList.njk" import collectionList with context -%}
{{ content | safe }}
{{ collectionList(tag) }}