Skip to content
Snippets Groups Projects
Commit cf38958f authored by Martyn Welch's avatar Martyn Welch
Browse files

Order site map entries alphabetically


The pages in the site map are currently ordered by date. This doesn't make
much sense in the list. Order alphabetically instead to make it a bit
clearer.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent 41d8c5a4
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@
{{ end }}
<div class="sidebar-pages">
<ul>
{{ range .Pages }}
{{ range .Pages.ByTitle }}
<li class="sidebar-page">
<a href="{{ .URL | relLangURL }}">{{ .Name }}</a>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment