Fix collection display order
This commit is contained in:
parent
5682ad9c3b
commit
734364f330
@ -33,7 +33,7 @@
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
{{ range $paginator.Pages }}
|
||||
{{ range $paginator.Pages.ByDate.Reverse }}
|
||||
<article class="post on-list">
|
||||
<h1 class="post-title">
|
||||
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
|
||||
|
@ -5,7 +5,7 @@
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="posts">
|
||||
{{ range .Pages }}
|
||||
{{ range .Pages.ByDate.Reverse }}
|
||||
<article class="post on-list">
|
||||
<h1 class="post-title">
|
||||
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user