From 4fbea76d88cd4ffd2e54a4380eff3ce88db8b33f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 2 Feb 2021 03:54:02 +0300 Subject: Add website icon --- org-publish.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org-publish.el') diff --git a/org-publish.el b/org-publish.el index 46b196a..a33713e 100755 --- a/org-publish.el +++ b/org-publish.el @@ -168,7 +168,8 @@ PROJECT is the current project." user-mail-address "root@carbslinux.org" org-publish-timestamp-directory (with-no-warnings (no-littering-expand-var-file-name "timestamps/")) org-html-doctype "html5" - org-html-head "" + org-html-head (concat "\n" + "") org-html-head-include-scripts nil org-html-metadata-timestamp-format "%Y-%m-%d" org-html-head-include-default-style nil -- cgit v1.2.3