From: Cassie Jones Date: Mon, 7 Feb 2022 01:52:26 +0000 (-0500) Subject: Make webrings sort by title X-Git-Url: https://git.witchoflight.com/web/blog/commitdiff_plain Make webrings sort by title --- diff --git a/webrings.njk b/webrings.njk index eebca40..459c2a5 100644 --- a/webrings.njk +++ b/webrings.njk @@ -29,7 +29,7 @@ stamps: {% endif %} {% endfor %} -{% for webring in collections.webrings | reverse %} +{% for webring in collections.webrings | sort(false, true, 'data.title') %}

{{ webring.data.title }}

{% if webring.data.prev or webring.data.next %}