From 9a357875fd1b6ea1b8e7f3ca8f74398c110228f5 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 22 Aug 2016 17:18:20 +0200 Subject: fix paragraphs --- themes/flog/layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/flog/layouts/_default/single.html') diff --git a/themes/flog/layouts/_default/single.html b/themes/flog/layouts/_default/single.html index 2c48769..330c6fd 100644 --- a/themes/flog/layouts/_default/single.html +++ b/themes/flog/layouts/_default/single.html @@ -4,8 +4,8 @@

{{ .Title }}

-
-

{{ .Content }}

+
+ {{ .Content }}
-- cgit v1.3.1