fix: deprecations from hugo

This commit is contained in:
2025-10-03 18:13:58 +02:00
parent 2ce3f7b615
commit de375391a2
2 changed files with 2 additions and 2 deletions

View File

@ -11808,4 +11808,4 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
background-color: #fafafa;
padding: 3rem 1.5rem 6rem;
}
/*# sourceMappingURL=bulma.css.map */
/*# sourceMappingURL=bulma.css.map */

View File

@ -5,7 +5,7 @@
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
{{/* scss compiling */}}
{{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") }}
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options }}
{{ $style := resources.Get "scss/main.scss" | css.Sass $options }}
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
<link href='{{ $style.RelPermalink }}' rel="stylesheet" />