From 5c3ef884c78b190e5fc22e122d55af097d8bef3e Mon Sep 17 00:00:00 2001
From: meleu <meleu@users.noreply.github.com>
Date: Sun, 03 Apr 2022 14:19:21 +0000
Subject: [PATCH] duplicated file

---
 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