From a5672bea6ffd55ae80e8393370e27b230c36b31a Mon Sep 17 00:00:00 2001
From: Cellebyte <marcel.fest@live.de>
Date: Thu, 08 May 2025 15:25:40 +0000
Subject: [PATCH] format nit
---
layouts/partials/head/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/head/index.html b/layouts/partials/head/index.html
index 63e7bb0..90b61a5 100644
--- a/layouts/partials/head/index.html
+++ b/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 }}
--
Gitblit v1.10.0