blog/themes/stack/layouts/partials/helper/pages-sort.html
2026-07-31 15:38:57 +08:00

7 lines
158 B
HTML

{{- $pages := .Pages -}}
{{- if eq .Context.Site.Params.SortBy "lastmod" -}}
{{- $pages = $pages.ByLastmod.Reverse -}}
{{- end -}}
{{- return $pages -}}