aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/publish.el b/publish.el
index ef9e321..f480de9 100644
--- a/publish.el
+++ b/publish.el
@@ -31,9 +31,10 @@
))
org-html-extension "xhtml"
org-html-validation-link nil
- org-html-head-include-scripts nil
org-html-head-include-default-style nil
- org-html-home/up-format "<a href=\"%sindex.xhtml\">\
-<img src=\"%simages/back_home.png\" alt=\"Back to home page\" /></a>")
+ org-html-home/up-format "<div id=\"org-div-home-and-up\">\n\
+<a href=\"%sindex.xhtml\">\
+<img src=\"%simages/back_home.png\" alt=\"Back to home page\" /></a>\n\
+%s\n</div>")
(org-publish-all t)