some bits that might be important
This commit is contained in:
parent
039b3676c6
commit
e42fa46d47
4 changed files with 180 additions and 0 deletions
6
layouts/partials/functions/warnings.html
Normal file
6
layouts/partials/functions/warnings.html
Normal 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 }} -->
|
Loading…
Add table
Add a link
Reference in a new issue