Display blog posts in reverse order by date.
This is a minor style tweak. Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
623830bf1f
commit
88c4335b4b
@ -7,7 +7,7 @@
|
||||
</div>
|
||||
<div class="wrapper blog landing">
|
||||
<div class="grid three">
|
||||
{{ range (.Paginator 9).Pages.ByDate }}
|
||||
{{ range (.Paginator 9).Pages.ByDate.Reverse }}
|
||||
{{ partial "blog-post-card.html" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user