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
title: pages
---
<div class="pages-article">
{% for tag in collections.tagsList %}
{{tag}}
{% for post in collections[tag] %}
\- [{{ post.data.title }}](/{{ tag }}/{{ post.data.page.fileSlug }})
{% endfor %}
{% endfor %}
{% endfor %}
</div>