Merge pull request #742 from nunocoracao/741-add-support-for-hugo-v01123

⬆️ Add support for Hugo v0.112.3
This commit is contained in:
Nuno Coração 2023-05-24 21:40:48 +01:00 committed by GitHub
commit ebb7e950fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 9 deletions

View file

@ -2,4 +2,3 @@
[module.hugoVersion]
extended = true
min = "0.87.0"
max = "0.112.0"

View file

@ -1,4 +1,3 @@
{{- partial "partials/functions/warnings.html" .Site -}}
<!DOCTYPE html>
<html lang="{{ with .Site.Params.isoCode | default (.Site.LanguageCode | default " en") }} {{- . -}} {{ end }}" dir="{{ if .Site.Params.rtl | default false -}}
rtl

View file

@ -1,6 +0,0 @@
{{ 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 }}