--- layout: layouts/base.njk withSidebar: true pagefindIgnore: true pagination: data: collections.categories size: 1 alias: category permalink: "categories/{{ category | nestedSlugify }}/" eleventyComputed: title: "{{ category }}" ---
Posts tagged with "{{ category }}".
{# Direct child tags #} {% set childCats = collections.categories | categoryDirectChildren(category) %} {% if childCats.length > 0 %}{{ categoryPosts.length }} post{% if categoryPosts.length != 1 %}s{% endif %}
{{ post.templateContent | striptags | truncate(250) }}
View →No posts found with this category.
{% endif %}