Move paige_hide_theme_* config to paige object

This commit is contained in:
Will Faught
2022-12-18 02:34:53 -08:00
parent 4a4feb5648
commit d77586ad7d
4 changed files with 10 additions and 10 deletions

View File

@@ -21,6 +21,6 @@
{{ end }}
</body>
</html>
{{ if not .Site.Params.paige_hide_theme_comment }}
{{ if not .Site.Params.paige.hide_theme_comment }}
{{ printf "<!-- Paige theme from https://github.com/willfaught/paige -->" | safeHTML }}
{{ end }}