Always show article in section layout
parent
82f7dffb27
commit
db5f912e24
@ -1,9 +1,6 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ $page := . }}
|
{{ $page := . }}
|
||||||
|
|
||||||
{{ if $page.Param "paige.section_pages.full_pages" | not }}
|
{{ partial "paige/article.html" $page }}
|
||||||
{{ partial "paige/article.html" $page }}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ partial "paige/subpages.html" $page }}
|
{{ partial "paige/subpages.html" $page }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue