aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-05-24 02:57:22 -0600
committernathan <nathansmith@disroot.org>2025-05-24 02:57:22 -0600
commit909a76bcc45e896f8029ec4c8491652f3738d4e3 (patch)
tree2be1f29405a9b695c1966d6896ed51db5befee20 /publish.el
parente568b96a03be77b8fd68ed1874289a65a93b49aa (diff)
Working on better web design
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)