diff options
author | nathan <nathansmith@disroot.org> | 2025-05-24 02:57:22 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-05-24 02:57:22 -0600 |
commit | 909a76bcc45e896f8029ec4c8491652f3738d4e3 (patch) | |
tree | 2be1f29405a9b695c1966d6896ed51db5befee20 /publish.el | |
parent | e568b96a03be77b8fd68ed1874289a65a93b49aa (diff) |
Working on better web design
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) |