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

@ -10,6 +10,6 @@ eleventyComputed:
</section>
{% set tag = page.fileSlug %}
{% if collections[tag] %}
{{ collectionList(collections[tag]) }}
{{ collectionList(tag) }}
{% endif %}
</main>