From 918148e0d10f438b26d4893a69fde4bb713e81c0 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Sat, 16 May 2026 01:34:55 +0000
Subject: [PATCH] fix: rename theme styles from main.css to theme.css

---
 layouts/_partials/site-style.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/_partials/site-style.html b/layouts/_partials/site-style.html
index db45ad8..969f7dd 100644
--- a/layouts/_partials/site-style.html
+++ b/layouts/_partials/site-style.html
@@ -91,7 +91,7 @@
 
 {{/* Build, optionally minify, and fingerprint the concatenated CSS bundle. */}}
 {{- with $assets_to_concat -}}
-  {{- $style := . | resources.Concat "ananke/css/main.css" -}}
+  {{- $style := . | resources.Concat "ananke/css/theme.css" -}}
   {{- $build_options := dict
     "minify" (cond hugo.IsDevelopment false true)
     "sourceMap" (cond hugo.IsDevelopment "linked" "none")

--
Gitblit v1.10.0