diff --git a/publish.el b/publish.el index 57601cc..4183e08 100644 --- a/publish.el +++ b/publish.el @@ -76,7 +76,11 @@ (or "posts/" (and "README.org" string-end))) :publishing-function org-html-publish-to-html - :html-head "") + :html-head "" + :html-postamble t + :html-postamble-format (("en" "
+Date: %C
+%c
"))) ("posts" :base-directory "posts/" :base-extension "org"