7
0
Fork 0

Standaard items sorteren op titel

This commit is contained in:
Michael Boelen 2023-06-17 15:52:09 +02:00
parent 632101d108
commit f5e68a7114

View file

@ -1,7 +1,7 @@
{{ define "main" }}
<section>
<ul class="list">
{{ range .Pages }}
{{ range .Pages.ByTitle }}
<li>
<a class="link" href="{{ .RelPermalink }}" title="{{ .Title }}">{{ .Title }}</a>
<hr class="hr-list">