Add ordered and featured feature collections

This commit is contained in:
Marc Froehlich
2026-07-07 00:12:20 +02:00
parent 59638f6ab3
commit 8f46909ebf
3 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ layout: base.njk
<h2>Related features</h2>
<div class="actions">
{% for slug in related %}
{% for item in collections.features %}
{% for item in collections.sortedFeatures %}
{% if item.fileSlug == slug %}
<a class="button secondary" href="{{ item.url }}">{{ item.data.title }}</a>
{% endif %}