diff options
Diffstat (limited to 'build-site.el')
| -rw-r--r-- | build-site.el | 4 |
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 |
