diff options
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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) |