correct date format
[blog.git] / blog.el
diff --git a/blog.el b/blog.el
index 076d100..245a849 100644 (file)
--- a/blog.el
+++ b/blog.el
@@ -93,8 +93,7 @@
 (setq blog-footer
       "<hr />\n
 <p><span style=\"float: left;\"><a href= \"/blog.xml\">RSS</a></span>
-License: <a href= \"https://creativecommons.org/licenses/by-sa/4.0/\">CC BY-SA 4.0</a></p>\n
-<p><a href= \"/contact.html\"> Contact</a></p>\n")
+License: <a href= \"https://creativecommons.org/licenses/by-sa/4.0/\">CC BY-SA 4.0</a></p\n")
 
 ;; don't know why setting this null in `org-publish-project-alist' doesn't work
 ;; (setf org-html-home/up-format "")
@@ -115,9 +114,13 @@ License: <a href= \"https://creativecommons.org/licenses/by-sa/4.0/\">CC BY-SA 4
         :html-home/up-format ""
         :html-link-home ""
         :html-link-up ""
-        
-        :html-head  ,blog-extra-head
-        :html-postamble nil)
+        ;;
+        :html-head nil
+        :html-head-include-default-style nil
+        :html-head-include-scripts nil
+        :html-head-extra  ,blog-extra-head
+        :html-preamble ,blog-header
+        :html-postamble ,blog-footer)
 
        ("blog-posts"
         ;; publishing