Files
hugo-theme-stack/layouts/_partials/helper/pages-sort.html
T

7 lines
158 B
HTML
Raw Normal View History

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