sort artists by name

This commit is contained in:
2026-05-05 14:25:50 -07:00
parent 1f2a828c66
commit ed33548adc
2 changed files with 6 additions and 1 deletions

View File

@ -6,5 +6,5 @@ eleventyNavigation:
key: 🎨 artists
---
{% set items = collections.residents | reverse %}
{% set items = collections.residents | sortAlphabeticallyByTitle %}
{% include "directory.njk" %}