From 8531758336480e7268ccc5c01eaeadab3416de66 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sat, 11 Mar 2017 02:22:39 +0800 Subject: [PATCH] Add footer --- blog.el | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/blog.el b/blog.el index 9f04f1f..076d100 100644 --- a/blog.el +++ b/blog.el @@ -82,21 +82,19 @@ "

Peng Li

" "
" "" "")) -;; (setq blog-footer -;; "
\n -;;

RSS -;; License: CC BY-SA 4.0

\n -;;

Contact

\n") +(setq blog-footer + "
\n +

RSS +License: CC BY-SA 4.0

\n +

Contact

\n") ;; don't know why setting this null in `org-publish-project-alist' doesn't work ;; (setf org-html-home/up-format "") @@ -141,7 +139,7 @@ :html-head-include-scripts nil :html-head-extra ,blog-extra-head :html-preamble ,blog-header - ;; :html-postamble ,blog-footer + :html-postamble ,blog-footer ;; sitemap :auto-sitemap t -- 2.11.0