From 825ea52af92555f0f0aaff912afdc179f2a80aaf Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Sun, 20 Oct 2024 23:02:43 +0000
Subject: [PATCH] theme(fix): cleanup unused functions
---
layouts/partials/func/style/GetMainCSS.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/layouts/partials/func/style/GetMainCSS.html b/layouts/partials/func/style/GetMainCSS.html
index b28e2f2..a6f68ae 100644
--- a/layouts/partials/func/style/GetMainCSS.html
+++ b/layouts/partials/func/style/GetMainCSS.html
@@ -41,7 +41,6 @@
{{ $socials_css := $socials_rules | resources.FromString "ananke/css/generated_socials.css" }}
{{ $assets_to_concat = $assets_to_concat | append $socials_css }}
{{ end }}
-
{{ end }}
{{/* We look for any custom css files registered by the user under `site.params.custom_css and if found in the theme's
--
Gitblit v1.10.0