--- pagination: data: collections.contentByTag size: 1 alias: tag addAllPagesToCollections: true permalink: /tags/{{ tag }}/ layout: base.njk ---

Content tagged "#{{ collections.contentByTag[tag].name }}"

{% set tagData = collections.contentByTag[tag] %} {% if tagData.posts.length > 0 %}

Posts

{% endif %} {% if tagData.recipes.length > 0 %}

Recipes

{% endif %}

← All tags