From a7416ee8f5771bb07d2080f7a9555f9d279a2bca Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sat, 8 Apr 2017 01:00:32 +0800 Subject: [PATCH] change css path --- css/my.css | 2 +- my-publish.el | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/css/my.css b/css/my.css index 40dfbdf..22bc556 100644 --- a/css/my.css +++ b/css/my.css @@ -1,5 +1,5 @@ html { -/* background:#fffbf8; */ + background:#eee; /* color:#585858; */ /* padding:17px; */ } diff --git a/my-publish.el b/my-publish.el index 5a5c928..048edcc 100644 --- a/my-publish.el +++ b/my-publish.el @@ -35,9 +35,8 @@ (setq blog-extra-head (concat - ;; "\n" - "\n" - "")) + "\n" + "")) (setq blog-header (concat @@ -54,7 +53,7 @@ (setq blog-footer (concat "
\n" - "

Org-mode " (org-version) "")) + "

Org-mode " (org-version) "")) (defun blog-setup-project-alist (root-dir &optional output-dir) "Set project alist. `output-dir' is the directory of publish-directory. -- 2.11.0