Standaard items sorteren op titel
This commit is contained in:
parent
632101d108
commit
f5e68a7114
|
@ -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">
|
||||
|
|
Reference in a new issue