mirror of https://github.com/onweru/compose.git

Cellebyte
05.07.2025 bf8288742ce8beef97393af3720cc9147227f599
use alias again
1 files modified
2 ■■■ changed files
layouts/partials/head/index.html 2 ●●● patch | view | raw | blame | history
layouts/partials/head/index.html
@@ -24,7 +24,7 @@
{{- end }}
{{- $options := (dict "targetPath" "css/styles.css" "outputStyle" "compressed" "enableSourceMap" "true") -}}
{{- $styles := resources.Get "sass/main.sass" | resources.ExecuteAsTemplate "main.sass" . | css.Sass $options | resources.Fingerprint "sha512" }}
{{- $styles := resources.Get "sass/main.sass" | resources.ExecuteAsTemplate "main.sass" . | css.Sass $options | fingerprint "sha512" }}
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}">