From 25b5ac43ddbf9899e9a11b4ad8083a4c66bcf637 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 04 Apr 2022 00:43:37 +0000
Subject: [PATCH] fix: favicon not showing on non-root domain #89

---
 layouts/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html
index 75b24bf..d449c27 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -19,7 +19,7 @@
             {{ .TableOfContents }}
         </aside>
         {{end}}
-        {{.Content | safeHTML}}
+        {{partial "textprocessing.html" . }}
     </article>
     {{partial "footer.html" .}}
     {{partial "popover.html" .}}

--
Gitblit v1.10.0