From 16f8cd7100c7733b8ee29296fb0369ae24f899cd Mon Sep 17 00:00:00 2001
From: meleu <meleu@users.noreply.github.com>
Date: Sat, 02 Apr 2022 16:37:12 +0000
Subject: [PATCH] separate links with &ZeroWidthSpace;

---
 layouts/_default/single.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index ac8c216..06892bd 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -32,6 +32,7 @@
 
     </article>
     {{partial "footer.html" .}}
+    {{partial "popover.html" .}}
 </div>
 </body>
 

--
Gitblit v1.10.0