change postamble
authorPeng Li <seudut@gmail.com>
Sat, 8 Apr 2017 12:24:20 +0000 (20:24 +0800)
committerPeng Li <seudut@gmail.com>
Sat, 8 Apr 2017 12:24:20 +0000 (20:24 +0800)
css/my.css
my-publish.el

index b77f88d..f6a9306 100644 (file)
@@ -8,6 +8,7 @@ body {
     max-width: 50em;
     margin: 0 auto;
 /*    border: 1px solid LightGrey; */
+    padding-bottom: 0.8em;
 }
 
 /* preamble */
index 825bd89..f694433 100644 (file)
        "</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"
-       "<span><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.