www/_src/tags.md

410 B

pagination layout eleventyComputed permalink
data size alias filter addAllPagesToCollections
collections 1 tag
all
nav
post
posts
tagList
true
layouts/base.njk
title
Posts about {{tag}}
/tags/{{ tag | slug }}/

🏷️ {{tag|title}} Posts

{% set postlist = collections[tag] %} {% include "postslist.njk" %}

See [all posts]({{ '/posts/' | url }}).