sort by title, add og image and alt

This commit is contained in:
2026-05-05 20:20:07 -07:00
parent b7aa9a9a62
commit 439e207539
18 changed files with 220 additions and 190 deletions

View File

@ -24,7 +24,7 @@ title: FediLearns Classifieds
{% if collections[tag].length == 0 %}
<p>No listings.</p>
{% endif %}
{% for listing in collections[tag] %}
{% for listing in collections[tag] | sortAlphabeticallyByTitle %}
{% include "listing.njk" %}
{% endfor %}
</div>