--- cover: /asset/index/cover.webp pagination: data: collections.blogTags size: 1 alias: tag addAllPagesToCollections: true layout: main/base.html permalink: /blog/tag/{{tag | slugify }}/index.html eleventyComputed: title: "{{ tag }}" ---
cover
    {% for post in collections[tag] reversed %}
  • {{ post.data.title }}

    {{ post.data.description | limitWords: 30 }}

    {{ post.data.date | date: "%a, %d %b %Y" }}

  • {% endfor %}
{% include "footer/footer-credit.html" %}