From 0711a64c9731b7ffa225e3ac3072685ee294c212 Mon Sep 17 00:00:00 2001 From: toyboot4e Date: Sun, 9 Oct 2022 02:13:48 +0900 Subject: [PATCH] Fix unneeded content HTML escape --- publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.el b/publish.el index 03c7082..e16839d 100644 --- a/publish.el +++ b/publish.el @@ -196,7 +196,7 @@ ,(org-export-data (plist-get info :title) info)) (p (@ (class "blog-post-meta")) ,(org-export-data (org-export-get-date info "%B %e, %Y") info)) - ,contents + (*RAW-STRING* ,contents) ,(let ((tags (plist-get info :filetags))) (when (and tags (> (list-length tags) 0)) `(p (@ (class "blog-post-tags"))