Add section layout
parent
0e25a00fe3
commit
33360afd6f
@ -0,0 +1,9 @@
|
|||||||
|
{{ define "main" }}
|
||||||
|
{{ $page := . }}
|
||||||
|
|
||||||
|
{{ if $page.Param "paige.section_pages.full_pages" | not }}
|
||||||
|
{{ partial "paige/article.html" $page }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ partial "paige/pages.html" $page }}
|
||||||
|
{{ end }}
|
Loading…
Reference in New Issue