From bc90955959d818797e84c944247736e871faee3f Mon Sep 17 00:00:00 2001
From: Juaoose <jjrg1994@gmail.com>
Date: Fri, 03 Dec 2021 03:58:34 +0000
Subject: [PATCH] remove horizontal scrollbar

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

diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index c30cd4f..9f6443d 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -19,7 +19,7 @@
             {{ .TableOfContents }}
         </aside>
         {{end}}
-        {{- .Content -}}
+        {{.Content}}
     </article>
     {{partial "footer.html" .}}
 </div>

--
Gitblit v1.10.0