From 5fcf243ef5a8c2e0fd653055c00dab1d5a99622b Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sat, 8 Apr 2017 02:55:28 +0800 Subject: [PATCH] modify postamble --- css/my.css | 5 +++++ my-publish.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/my.css b/css/my.css index 22bc556..ce79f6d 100644 --- a/css/my.css +++ b/css/my.css @@ -37,3 +37,8 @@ ul { padding:0 .5em; text-decoration:none; } + +#postamble.status{ + text-align: center; + font-size: 0.8em; +} diff --git a/my-publish.el b/my-publish.el index 048edcc..825bd89 100644 --- a/my-publish.el +++ b/my-publish.el @@ -53,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