From dd048b7720b1a53f773daf2b16b3a36e9cc89249 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Sun, 1 Jan 2023 10:28:06 +0100 Subject: [PATCH] Add copyright & navigation to every page. --- publish.el | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/publish.el b/publish.el index 7ffe538..4b7aa29 100755 --- a/publish.el +++ b/publish.el @@ -40,15 +40,13 @@ :with-toc nil :with-creator: nil :time-stamp-file: nil + :html-postamble "

Published: %d

+
" :html-head-include-default-style: nil - :html-head " - -"))) + :html-head " + +"))) (org-publish "tlakh")