From 91c4e3fb3a5d9e86e5fb513bb65da89d4b061b08 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 03 Apr 2022 18:44:33 +0000
Subject: [PATCH] fix: multiline code block #87

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

diff --git a/layouts/index.html b/layouts/index.html
index 17b6917..d449c27 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -19,9 +19,10 @@
             {{ .TableOfContents }}
         </aside>
         {{end}}
-        {{- .Content -}}
+        {{partial "textprocessing.html" . }}
     </article>
     {{partial "footer.html" .}}
+    {{partial "popover.html" .}}
 </div>
 </body>
 </html>

--
Gitblit v1.10.0