some bits that might be important

This commit is contained in:
Chris Cochrun 2023-12-16 05:40:59 -06:00
parent 039b3676c6
commit e42fa46d47
4 changed files with 180 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<!-- {{ if ne .Site.Params.showAppearanceSwitcher nil }}
{{ warnf "[BLOWFISH] Theme parameter `showAppearanceSwitcher` has been renamed to `footer.showAppearanceSwitcher`. Please update your site configuration." }}
{{ end }}
{{ if ne .Site.Params.showScrollToTop nil }}
{{ warnf "[BLOWFISH] Theme parameter `showScrollToTop` has been renamed to `footer.showScrollToTop`. Please update your site configuration." }}
{{ end }} -->