From 1ddd15afc6e69202080ffb91e8d82deb653a80b7 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 02 Apr 2022 19:59:38 +0000
Subject: [PATCH] fix: non-unicode character in popover and search #67, #68
---
layouts/_default/single.html | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 06892bd..21e7066 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -28,8 +28,7 @@
{{ .TableOfContents }}
</aside>
{{end}}
- {{.Content}}
-
+ {{.Content | safeHTML}}
</article>
{{partial "footer.html" .}}
{{partial "popover.html" .}}
--
Gitblit v1.10.0