cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

c3e7d96aa5dd969919692d4b8a2fd153a8c2ce96

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2023-12-03T05:48:38Z

fix: update mistyped file extension
 elisp/publish.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp/publish.el b/elisp/publish.el
index c8dbdf1..38fba37 100644
--- a/elisp/publish.el
+++ b/elisp/publish.el
@@ -21,7 +21,7 @@ PUB-DIR is when the output will be placed."
 	:with-tags t
         :html-head-include-default-style nil
         :html-head-include-scripts nil
-	:html-head "<link rel=stylesheet href=/static/styles.css.min>"
+	:html-head "<link rel=stylesheet href=/static/styles.min.css>"
 	:html-preamble "<nav><a href=/>Home</a><a href=/blog/>Blog</a><a href=/services/>Services</a><a href=/wiki/>Wiki</a></nav>")
 
 	("rss"