This commit is contained in:
Will Faught
2023-01-29 15:33:17 -08:00
parent 278d0859f5
commit e6c8a7096a
2 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
{{ $page := . }}
{{ if $page.Param "paige.show_full_pages" | not }}
{{ partial "paige/article.html" $page }}
{{ partial "paige/article.html" $page }}
{{ end }}
{{ partial "paige/pages.html" $page }}
{{ end }}