Sort tags alphabetically

This commit is contained in:
BBaoVanC 2021-11-22 02:45:28 -06:00
parent ead88d5e16
commit 502fc36b0d
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
<div class="taxonomy">
<ul>
{{ range .Pages }}
{{ range .Data.Terms.Alphabetical }}
<li>
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
<a href="{{ .Page.Permalink }}">{{ .Page.Title | markdownify }}</a>
</li>
{{ end }}
</ul>