Move page config under paige.page

This commit is contained in:
Will Faught
2023-01-28 16:01:36 -08:00
parent 1f7eca9b71
commit 2b05b8366d
5 changed files with 16 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
{{ with .Description }}
{{ $class := $.Param "paige.description_class" | default "lead text-center" }}
{{ $class := $.Param "paige.page.description_class" | default "lead text-center" }}
<p class="{{ $class }}">{{ . | markdownify }}</p>
{{ end }}