--- pagination: data: collections size: 1 alias: tag filter: - all - post - posts - tagList addAllPagesToCollections: true layout: layouts/home.njk eleventyComputed: title: Tags “{{ tag }}” permalink: /tags/{{ tag | slugify }}/ ---

#{{ tag }}

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

Voir l'ensemble des tags.