aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-05-02 18:26:36 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-05-02 18:26:36 -0500
commita38854e443f8315ef264acfa962422586c737a37 (patch)
tree3f458a321ed804163ef257e3342de16a2f0ece9a
parentdae4f98f2d8a7d17cd7283969aa83d7d0bdadbad (diff)
fix css
-rw-r--r--publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index 3e75962..dc32631 100644
--- a/publish.el
+++ b/publish.el
@@ -88,7 +88,7 @@
:html-preamble "<div class='topnav'><a href='/'>Home</a><a href='/projects.html'>Projects</a><a href='/blog'>Blog</a><a href='/config.html'>Dotfiles</a><a href='/about.html'>About Me</a><a href='/rss.xml'>RSS</a></div>")
("org-static"
:base-directory "~/website/"
- :base-extension "txt\\css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf"
+ :base-extension "txt\\|css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf"
:publishing-directory "~/public_html"
:recursive t
:publishing-function org-publish-attachment)