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

9 lines
200 B
HTML

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