fix More link
This commit is contained in:
parent
a9ab7eb6ce
commit
fed5c2a424
4 changed files with 6 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue