Skip to content

Commit 862bbc9

Browse files
Martin BrignallMartin Brignall
authored andcommitted
Fixing header preamble
1 parent 396c500 commit 862bbc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-site.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ https://ogbe.net/blog/blogging_with_org.html"
8686
(setq org-publish-project-alist
8787
'(("mblognl"
8888
:base-directory "./content"
89-
:html-preamble (file-contents "assets/html_preamble.html")
89+
:html-preamble ,(file-contents "assets/html_preamble.html")
9090
:html-postamble t
9191
:recursive t
9292

0 commit comments

Comments
 (0)