Files
11ty_neocities/src/pages.md

289 B

layout, title
layout title
layout/base.njk pages
{% for tag in collections.tagsList %} {{tag}} {% for post in collections[tag] %} \- [{{ post.data.title or post.data.page.fileSlug }}](/{{ tag }}/{{ post.data.page.fileSlug }}) {% endfor %} {% endfor %}