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/partials/menu.html b/themes/hello-4s3ti/layouts/partials/menu.html index 1bae747..bb9b327 100644 --- a/themes/hello-4s3ti/layouts/partials/menu.html +++ b/themes/hello-4s3ti/layouts/partials/menu.html @@ -1,7 +1,7 @@