blowfish/layouts/partials/functions/warnings.html

7 lines
423 B
HTML
Raw Normal View History

2022-09-10 14:05:37 -05:00
{{ if ne .Site.Params.showAppearanceSwitcher nil }}
{{ warnf "[BLOWFISH] Theme parameter `showAppearanceSwitcher` has been renamed to `footer.showAppearanceSwitcher`. Please update your site configuration." }}
2022-09-10 14:05:37 -05:00
{{ end }}
{{ if ne .Site.Params.showScrollToTop nil }}
{{ warnf "[BLOWFISH] Theme parameter `showScrollToTop` has been renamed to `footer.showScrollToTop`. Please update your site configuration." }}
2022-09-10 14:05:37 -05:00
{{ end }}