Files
paige-hugo/layouts/_default/list.html

10 lines
203 B
HTML

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