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 ++-- themes/flog/layouts/partials/listing.html | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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 }}
diff --git a/themes/flog/layouts/partials/listing.html b/themes/flog/layouts/partials/listing.html index 4c42879..31e5614 100644 --- a/themes/flog/layouts/partials/listing.html +++ b/themes/flog/layouts/partials/listing.html @@ -16,7 +16,9 @@ {{ end }}
{{ .Title }} -

{{ .Summary }}

+
+ {{ .Summary }} +
Weiterlesen… -- cgit v1.3.1