From 0c7e1212c34c929c85facb5197c3c44b7505ead4 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 29 Apr 2025 17:19:58 -0700 Subject: [PATCH] Root nodes need a different up link. --- org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org.el b/org.el index 1bb9443..3e1016a 100644 --- a/org.el +++ b/org.el @@ -185,6 +185,7 @@ :html-head-include-scripts nil :html-html5-fancy t :html-link-home "/" + :html-link-up "/" :html-postamble nil :publishing-directory "~/org/publish/" :recursive nil