diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-12-02 23:48:38 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-12-02 23:48:38 -0600 |
commit | c3e7d96aa5dd969919692d4b8a2fd153a8c2ce96 (patch) | |
tree | 65c7fa496144bc267bb88aac422713899ebc0721 | |
parent | 468e01902e985e9f2fe107a5e9bdc12f5fd57b44 (diff) | |
download | cleberg.net-c3e7d96aa5dd969919692d4b8a2fd153a8c2ce96.tar.gz cleberg.net-c3e7d96aa5dd969919692d4b8a2fd153a8c2ce96.tar.bz2 cleberg.net-c3e7d96aa5dd969919692d4b8a2fd153a8c2ce96.zip |
fix: update mistyped file extension
-rw-r--r-- | elisp/publish.el | 2 |
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" |