--- eleventyComputed: title: posts tagged "{{ tag }}" subhead: blog pagination: data: collections size: 1 alias: tag filter: - posts addAllPagesToCollections: true permalink: /posts/tagged/{{ tag | slugify }}/index.html date: git Last Modified --- {% extends 'layouts/default.njk' %} {% block main %} {% endblock %}