From 35bda6ea5602b1f1bd79e50eff027a1f24d47334 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sat, 8 Apr 2017 20:24:20 +0800 Subject: [PATCH] change postamble --- css/my.css | 1 + my-publish.el | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/my.css b/css/my.css index b77f88d..f6a9306 100644 --- a/css/my.css +++ b/css/my.css @@ -8,6 +8,7 @@ body { max-width: 50em; margin: 0 auto; /* border: 1px solid LightGrey; */ + padding-bottom: 0.8em; } /* preamble */ diff --git a/my-publish.el b/my-publish.el index 825bd89..f694433 100644 --- a/my-publish.el +++ b/my-publish.el @@ -50,10 +50,14 @@ "" "
")) +;; (setq blog-footer +;; (concat +;; "
\n" +;; "Org-mode " (org-version) "")) (setq blog-footer (concat "
\n" - "Org-mode " (org-version) "")) + 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. -- 2.11.0