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