Fix the sort order of by categories and by tags articles list

This commit is contained in:
Gregory Trolliet 2024-10-15 10:18:30 +02:00
parent 5ce37bf67e
commit 235633e2e4

View file

@ -15,7 +15,7 @@
</h1>
</header>
<ul class="articles-list">
{{- range .Pages.ByTitle -}}
{{- range .Pages.ByDate.Reverse -}}
{{- .Render "li" -}}
{{- end -}}
</ul>