From 36d5001e105228bf6bbcfb7a33c12bd7bebf2268 Mon Sep 17 00:00:00 2001
From: lxndrblz <12200062+lxndrblz@users.noreply.github.com>
Date: Sat, 07 Jun 2025 13:03:32 +0000
Subject: [PATCH] style: prettier format all files

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

diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index c3f8f3c..70fbe93 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -231,6 +231,7 @@
   <!-- Schema.org-->
   {{ partial "schema.html" . }}
 
+
   <!-- KaTeX-->
   {{ $noop := .WordCount }}
   {{ if .Page.Store.Get "hasMath" }}
@@ -241,7 +242,12 @@
       {{ else with.Value -}}
         {{ with resources.Copy (printf "css/katex%s.css" (cond hugo.IsProduction ".min" "")) . }}
           {{ $secureCSS := . | resources.Fingerprint "sha512" -}}
-<link rel="stylesheet" href="{{- .RelPermalink -}}" integrity="{{- $secureCSS.Data.Integrity -}}" crossorigin="anonymous">
+          <link
+            rel="stylesheet"
+            href="{{- .RelPermalink -}}"
+            integrity="{{- $secureCSS.Data.Integrity -}}"
+            crossorigin="anonymous"
+          />
         {{ end -}}
       {{ end -}}
     {{ end -}}

--
Gitblit v1.10.0