From 19dbfc8d08676593dac1de712b0f97251076f27d Mon Sep 17 00:00:00 2001 From: dongdigua Date: Thu, 15 Sep 2022 11:45:58 +0800 Subject: [PATCH] fixed local css issue --- org/publish_config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org/publish_config.el b/org/publish_config.el index b7cad9e..9ac51b2 100644 --- a/org/publish_config.el +++ b/org/publish_config.el @@ -19,9 +19,8 @@ :preserve-breaks t :org-html-validation-link nil - :org-html-head-include-default-style nil ;; https://github.com/rgb-24bit/org-html-theme-list org-joshua - :html-head "" + :html-head "" :html-link-home "https://dongdigua.github.io" :html-link-up "./../" )))