From cbd808a6a1a32eda8129c3b73540fe1541ca9d8e Mon Sep 17 00:00:00 2001
From: lxndrblz <12200062+lxndrblz@users.noreply.github.com>
Date: Sun, 12 Jul 2026 12:28:21 +0000
Subject: [PATCH] style: prettier format all files

---
 package.json                |    2 +-
 layouts/partials/katex.html |    9 +++++----
 config/_default/hugo.yml    |    4 ++--
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/config/_default/hugo.yml b/config/_default/hugo.yml
index b12245b..323466c 100644
--- a/config/_default/hugo.yml
+++ b/config/_default/hugo.yml
@@ -1,7 +1,7 @@
 mediaTypes:
   font/woff:
     suffixes:
-    - woff
+      - woff
   font/woff2:
     suffixes:
-    - woff2
+      - woff2
diff --git a/layouts/partials/katex.html b/layouts/partials/katex.html
index 7e6146d..b768802 100644
--- a/layouts/partials/katex.html
+++ b/layouts/partials/katex.html
@@ -11,7 +11,8 @@
       rel="stylesheet"
       href="{{- $css.RelPermalink -}}"
       integrity="{{- $css.Data.Integrity -}}"
-      crossorigin="anonymous">
+      crossorigin="anonymous"
+    />
   {{ end -}}
 {{ end -}}
 
@@ -24,9 +25,9 @@
   {{ with .Err -}}
     {{ errorf "%s" . -}}
   {{ else with ( .Value | unmarshal ) -}}
-      {{ range .files -}}
-        {{ $fontFiles = $fontFiles | append .path -}}
-      {{ end -}}
+    {{ range .files -}}
+      {{ $fontFiles = $fontFiles | append .path -}}
+    {{ end -}}
   {{ else -}}
     {{ errorf "Unable to get remote resource %q" $url -}}
   {{ end -}}
diff --git a/package.json b/package.json
index d5d8f10..f2cb455 100644
--- a/package.json
+++ b/package.json
@@ -38,4 +38,4 @@
     "release-it": "^20.2.1",
     "shx": "^0.4.0"
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.10.0