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

Cellebyte
05.09.2025 a5672bea6ffd55ae80e8393370e27b230c36b31a
format nit
1 files modified
4 ■■■■ changed files
layouts/partials/head/index.html 4 ●●●● patch | view | raw | blame | history
layouts/partials/head/index.html
@@ -24,8 +24,8 @@
{{- end }}
{{- $options := (dict "targetPath" "css/styles.css" "outputStyle" "compressed" "enableSourceMap" "true") -}}
{{- $styles := resources.Get "sass/main.sass" | resources.ExecuteAsTemplate "main.sass" . | css.Sass $options | 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 }}">
{{- $config := site.Params }}