change css path
authorPeng Li <seudut@gmail.com>
Fri, 7 Apr 2017 17:00:32 +0000 (01:00 +0800)
committerPeng Li <seudut@gmail.com>
Fri, 7 Apr 2017 17:00:32 +0000 (01:00 +0800)
css/my.css
my-publish.el

index 40dfbdf..22bc556 100644 (file)
@@ -1,5 +1,5 @@
 html {
-/*    background:#fffbf8; */
+      background:#eee; 
 /*    color:#585858; */
 /*    padding:17px; */
 }
index 5a5c928..048edcc 100644 (file)
@@ -35,9 +35,8 @@
 
 (setq blog-extra-head
       (concat
-       ;; "<link rel='stylesheet' href='../css/worg.css' />\n"
-       "<link rel='stylesheet' href='../css/my.css' />\n"
-       "<link rel='stylesheet' href='../css/code.css' />"))
+       "<link rel='stylesheet' href='/css/my.css' />\n"
+       "<link rel='stylesheet' href='/css/code.css' />"))
 
 (setq blog-header
       (concat
@@ -54,7 +53,7 @@
 (setq blog-footer
       (concat 
        "<hr />\n"
-       "<p><span style=\"float: left;\"><a href= \"http://orgmode.org\"/>Org-mode </a>" (org-version) "</span>"))
+       "<p><span><a href= \"http://orgmode.org\"/>Org-mode </a>" (org-version) "</span>"))
 
 (defun blog-setup-project-alist (root-dir &optional output-dir)
   "Set project alist. `output-dir' is the directory of publish-directory.