From 8a8352c81041e544311f8b18736a018929e2b853 Mon Sep 17 00:00:00 2001 From: jonathan Date: Tue, 28 Feb 2023 23:12:37 +1030 Subject: [PATCH] oopsie i missed the div for the pages page --- src/pages.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages.md b/src/pages.md index 9b4dd2f..730dff4 100644 --- a/src/pages.md +++ b/src/pages.md @@ -2,10 +2,11 @@ layout: layout/base.njk title: pages --- - +
{% for tag in collections.tagsList %} {{tag}} {% for post in collections[tag] %} \- [{{ post.data.title }}](/{{ tag }}/{{ post.data.page.fileSlug }}) {% endfor %} -{% endfor %} \ No newline at end of file +{% endfor %} +
\ No newline at end of file