diff options
-rw-r--r-- | fripost-web.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fripost-web.el b/fripost-web.el index dfdc466..abf4dc0 100644 --- a/fripost-web.el +++ b/fripost-web.el @@ -1,5 +1,8 @@ (require 'org-publish) +;; Force publishing, also of files that are not changed. +(setq org-publish-use-timestamps-flag nil) + (setq org-publish-project-alist `( ("fripost-web-pages" @@ -9,7 +12,7 @@ :exclude "/publish/" :recursive t :publishing-function org-publish-org-to-html - :preamble "<div class=\"header\"> + :html-preamble "<div class=\"header\"> <h1><img src=\"images/logo2011_top.png\" alt=\"fripost.org | demokratisk e-post\" /></h1> <a href=\"index.en.html\" class=\"translate\">Click here for English</a> </div> @@ -25,7 +28,7 @@ <div class=\"container\"> <div class=\"content\">" - :postamble "<div class=\"divider\"></div> + :html-postamble "<div class=\"divider\"></div> <div class=\"footer\"> |