Files
paige-hugo/layouts/_default/list.html
2023-02-05 19:51:09 -08:00

10 lines
196 B
HTML

{{ define "main" }}
{{ $page := . }}
{{ if $page.Param "paige.list.content.show" | not }}
{{ partial "paige/article.html" $page }}
{{ end }}
{{ partial "paige/pages.html" $page }}
{{ end }}