oopsie i missed the div for the pages page
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user