Add mw-100 to page.content.class default

This commit is contained in:
Will Faught
2023-02-04 18:00:19 -08:00
parent 179607d0c3
commit 5e6f946f6d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{{ $page := . }}
{{ $class := $page.Param "paige.page.content.class" | default "paige-content" }}
{{ $class := $page.Param "paige.page.content.class" | default "mw-100 paige-content" }}
{{ $content := "" }}
{{ if $page.Param "paige.page.title.hide" | not }}