From 8a40b7c38579d3d32af07337f0fde97289b80b5d Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Mon, 1 Dec 2025 19:38:08 +0100 Subject: add head.html --- build-site.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build-site.el') diff --git a/build-site.el b/build-site.el index 35d55e6..c220824 100644 --- a/build-site.el +++ b/build-site.el @@ -3,7 +3,9 @@ (setq org-html-validation-link nil org-html-head-include-scripts nil org-html-head-include-default-style nil - org-html-head-extra "") + org-html-head (with-temp-buffer + (insert-file-contents "head.html") + (buffer-string))) (setq org-publish-project-alist (list -- cgit v1.2.3