From 3ff10f0e8b55b59610e4a9d280c3372c36f5288c Mon Sep 17 00:00:00 2001 From: SouthFox Date: Fri, 8 Sep 2023 21:33:43 +0800 Subject: [PATCH] [hugo/fix] wrone anonymous function --- src/main/backend/hugo/site.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/backend/hugo/site.clj b/src/main/backend/hugo/site.clj index cbb2a2d..462f882 100644 --- a/src/main/backend/hugo/site.clj +++ b/src/main/backend/hugo/site.clj @@ -7,7 +7,7 @@ (defn hugo-post-template [content] (page/page-template - #(hiccup/html + (hiccup/html {:escape-strings? false} [:body [:div {:id "app"}