From 1325faecaaa10f562838c0b07cc9ed3fab44202c Mon Sep 17 00:00:00 2001 From: gogo24 Date: Sun, 13 Oct 2024 02:53:54 +0200 Subject: [PATCH] com --- themes/hello-4s3ti/layouts/_default/list.html | 2 +- themes/hello-4s3ti/layouts/posts/single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hello-4s3ti/layouts/_default/list.html b/themes/hello-4s3ti/layouts/_default/list.html index 45aef7b..b440287 100644 --- a/themes/hello-4s3ti/layouts/_default/list.html +++ b/themes/hello-4s3ti/layouts/_default/list.html @@ -8,7 +8,7 @@

{{ .Title }}

{{ .Content }}
{{ end }} - {{ range $paginator.Pages.ByWeight }} + {{ range $paginator.Pages.GroupByDate "2006" }}
{{ .Key }}
diff --git a/themes/hello-4s3ti/layouts/posts/single.html b/themes/hello-4s3ti/layouts/posts/single.html index cefe662..0938db5 100644 --- a/themes/hello-4s3ti/layouts/posts/single.html +++ b/themes/hello-4s3ti/layouts/posts/single.html @@ -8,7 +8,7 @@ {{ i18n "wordCount" .Page.WordCount }} {{ if .IsTranslated }} - {{ range (where $.Translations ".Lang" "!=" ".Lang") }} + {{ range (where $.Translations ".Lang" "!=" ".Lang").Reverse }} | {{ end}} {{ end }}