oopsie i missed the div for the pages page

This commit is contained in:
2023-02-28 23:12:37 +10:30
parent 4cd7419517
commit 8a8352c810

View File

@ -2,10 +2,11 @@
layout: layout/base.njk layout: layout/base.njk
title: pages title: pages
--- ---
<div class="pages-article">
{% for tag in collections.tagsList %} {% for tag in collections.tagsList %}
{{tag}} {{tag}}
{% for post in collections[tag] %} {% for post in collections[tag] %}
\- [{{ post.data.title }}](/{{ tag }}/{{ post.data.page.fileSlug }}) \- [{{ post.data.title }}](/{{ tag }}/{{ post.data.page.fileSlug }})
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}
</div>