Fix the sort order of by categories and by tags articles list
This commit is contained in:
parent
5ce37bf67e
commit
235633e2e4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
<ul class="articles-list">
|
<ul class="articles-list">
|
||||||
{{- range .Pages.ByTitle -}}
|
{{- range .Pages.ByDate.Reverse -}}
|
||||||
{{- .Render "li" -}}
|
{{- .Render "li" -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue