hugo-theme-termlite/layouts/shortcodes/latest-page-summary.html

5 lines
141 B
HTML
Raw Normal View History

{{- $section := site.GetPage (.Get "section") -}}
{{ range $section.Pages.ByDate.Reverse.Limit 1 }}
{{ .Render "page_summary" }}
{{ end }}