From bf8288742ce8beef97393af3720cc9147227f599 Mon Sep 17 00:00:00 2001
From: Cellebyte <marcel.fest@live.de>
Date: Thu, 08 May 2025 15:25:40 +0000
Subject: [PATCH] use alias again

---
 layouts/partials/head/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/head/index.html b/layouts/partials/head/index.html
index 1df8e56..63e7bb0 100644
--- a/layouts/partials/head/index.html
+++ b/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 }}">
 

--
Gitblit v1.10.0