fix More link

This commit is contained in:
Joshua Seigler 2025-06-24 09:38:39 -04:00
parent a9ab7eb6ce
commit fed5c2a424
4 changed files with 6 additions and 8 deletions

View file

@ -7,7 +7,7 @@ layout: "base.njk"
{%- for name, collection in collections -%}
{%- if name in ["posts"] -%}
<h2>{{name | capitalize }}</h2>
{{ collectionList(collection, limit=5) }}
{{ collectionList(name, limit=5) }}
{%- endif -%}
{%- endfor -%}
</main>