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

@ -18,7 +18,5 @@ useTitle: true
<section data-pagefind-body>
{{ content | safe }}
</section>
{% if collections[tag] %}
{{ collectionList(collections[tag]) }}
{% endif %}
{{ collectionList(tag) }}
</main>