Fix post order

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-11 17:26:59 +00:00
parent 9c1bb4c22e
commit c29092ccd5

View File

@@ -1,5 +1,4 @@
{{ $pages := .CurrentSection.Pages.ByDate }}
{{ $pages := .CurrentSection.Pages.ByDate.Reverse }}
<div class="postnav">
{{ with $pages.Prev . }}