From 909a76bcc45e896f8029ec4c8491652f3738d4e3 Mon Sep 17 00:00:00 2001
From: nathan <nathansmith@disroot.org>
Date: Sat, 24 May 2025 02:57:22 -0600
Subject: Working on better web design

---
 publish.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

(limited to 'publish.el')

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)
 
-- 
cgit v1.2.3