aboutsummaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-12-02 23:48:38 -0600
committerChristian Cleberg <hello@cleberg.net>2023-12-02 23:48:38 -0600
commitc3e7d96aa5dd969919692d4b8a2fd153a8c2ce96 (patch)
tree65c7fa496144bc267bb88aac422713899ebc0721 /elisp
parent468e01902e985e9f2fe107a5e9bdc12f5fd57b44 (diff)
downloadcleberg.net-c3e7d96aa5dd969919692d4b8a2fd153a8c2ce96.tar.gz
cleberg.net-c3e7d96aa5dd969919692d4b8a2fd153a8c2ce96.tar.bz2
cleberg.net-c3e7d96aa5dd969919692d4b8a2fd153a8c2ce96.zip
fix: update mistyped file extension
Diffstat (limited to 'elisp')
-rw-r--r--elisp/publish.el2
1 files changed, 1 insertions, 1 deletions
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"