aboutsummaryrefslogtreecommitdiff
path: root/build-site.el
diff options
context:
space:
mode:
authorlemurianmage <azureazure@disroot.org>2025-12-01 19:38:08 +0100
committerlemurianmage <azureazure@disroot.org>2025-12-01 19:38:08 +0100
commit8a40b7c38579d3d32af07337f0fde97289b80b5d (patch)
tree6c11a106428700a8a0e66993fb550b05d8b27157 /build-site.el
parent9fa14f6ff56f96642b325cd219d9dbdb316f0b5c (diff)
downloadslimegirl.nexus-8a40b7c38579d3d32af07337f0fde97289b80b5d.tar.gz
add head.html
Diffstat (limited to 'build-site.el')
-rw-r--r--build-site.el4
1 files changed, 3 insertions, 1 deletions
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 "<link rel=\"icon\" href=\"assets/favicon.ico\">")
+ org-html-head (with-temp-buffer
+ (insert-file-contents "head.html")
+ (buffer-string)))
(setq org-publish-project-alist
(list