css font of content
[blog.git] / my-publish.el
index 5a5c928..f694433 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
        "</header>"
        "<hr>"))
 
+;; (setq blog-footer
+;;       (concat 
+;;        "<hr />\n"
+;;        "<span><a href= \"http://orgmode.org\"/>Org-mode </a>" (org-version) "</span>"))
 (setq blog-footer
       (concat 
        "<hr />\n"
-       "<p><span style=\"float: left;\"><a href= \"http://orgmode.org\"/>Org-mode </a>" (org-version) "</span>"))
+       org-html-creator-string))
 
 (defun blog-setup-project-alist (root-dir &optional output-dir)
   "Set project alist. `output-dir' is the directory of publish-directory.