aboutsummaryrefslogtreecommitdiffstats
path: root/project-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'project-config.el')
-rw-r--r--project-config.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/project-config.el b/project-config.el
index c82cd58..4a9447b 100644
--- a/project-config.el
+++ b/project-config.el
@@ -9,7 +9,8 @@
:publishing-directory "public_html"
:exclude "\\`README.org\\'"
:base-extension "org"
- :publishing-function org-html-publish-to-html)
+ :publishing-function org-html-publish-to-html
+ :html-head "<link rel=\"stylesheet\" href=\"/assets/css/main.css\" type=\"text/css\"/>")
("ryuslash-rss"
:base-directory "."
:publishing-directory "public_html"