Fix deprecation warnings, upgrade to hugo 0.134 (#653)

This commit is contained in:
Andreas Deininger
2024-10-01 21:52:34 +02:00
committed by GitHub
parent 3588e36948
commit e54cf3e6d1
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
{{- end -}}
<!-- Theme stylesheet, you can customize scss by creating `assets/custom.scss` in your website -->
{{- $styles := resources.Get "book.scss" | resources.ExecuteAsTemplate "book.scss" . | resources.ToCSS | resources.Minify | resources.Fingerprint }}
{{- $styles := resources.Get "book.scss" | resources.ExecuteAsTemplate "book.scss" . | css.Sass | resources.Minify | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}" {{ template "integrity" $styles }}>
{{- if default true .Site.Params.BookSearch -}}