mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Sort tags alphabetically
This commit is contained in:
parent
ead88d5e16
commit
502fc36b0d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user