Changed alpha ordering and updated Readme

This commit is contained in:
Leon Mika 2025-06-28 11:09:06 +10:00
parent 3958da9c2e
commit f1f0d2ae7a
3 changed files with 16 additions and 4 deletions

View file

@ -5,7 +5,7 @@
{{- $pgr = (where $pgr "Params.categories" "intersect" (slice .)) -}}
{{- end -}}
{{- end -}}
{{- if (eq (.Get "order") "link-title" ) -}}
{{- if (eq (.Get "order") "alpha" ) -}}
{{- $pgr = $pgr.ByLinkTitle -}}
{{- end -}}
<ul class="postlist">