Files
paige-hugo/layouts/_default/list.html
2023-02-04 21:17:27 -08:00

9 lines
195 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 }}