From aa2b1870d0f1af84171c60df233b9befa8817853 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 25 Nov 2018 11:59:42 +0100 Subject: Cleanup posts rendering --- layouts/posts/single.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'layouts/posts/single.html') diff --git a/layouts/posts/single.html b/layouts/posts/single.html index f31b1a9..9081faa 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -1,11 +1,9 @@ {{ define "main" }} -
-
-

{{ .Title }}

-
{{ .Date.Format "January 2, 2006" }}
-
-
- {{- .Content -}} -
-
+
+

{{ .Title }}

+
{{ .Date.Format "January 2, 2006" }}
+
+
+ {{- .Content -}} +
{{ end }} \ No newline at end of file -- cgit v1.2.3