Sort keywords by Title, not LinkTitle

This commit is contained in:
Will Faught
2024-06-03 20:01:48 -07:00
parent d4eed74399
commit 94648a775e

View File

@@ -25,7 +25,7 @@
<div class="mb-3">
{{ if or $categories $tags }}
<p class="{{ if $textkeywords }} mb-0 {{ end }} text-center {{ if $textkeywords }} text-secondary {{ end }}" id="paige-keywords">
{{ range $i, $term := sort (append $categories $tags) "LinkTitle" -}}
{{ range $i, $term := sort (append $categories $tags) "Title" -}}
{{- if $textkeywords -}}
{{- if gt $i 0 }} · {{ end -}}