From 97593cb63d04cbe9a71f76e977a577337231b3ab Mon Sep 17 00:00:00 2001 From: Calin Tataru Date: Fri, 11 Oct 2019 14:15:45 +0100 Subject: [PATCH] Fixed padding --- layouts/_default/single.html | 8 +++++--- layouts/post/single.html | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 4ac55ce..f790778 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,9 +2,11 @@
-

{{ .Title }}

-
{{ .Description }}
- {{ partial "tags" . }} +
+

{{ .Title }}

+
{{ .Description }}
+ {{ partial "tags" . }} +

{{ .Content }}
diff --git a/layouts/post/single.html b/layouts/post/single.html index 6a58d4e..15b53c9 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -2,9 +2,11 @@
-

{{ .Title }}

-
{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006") }}
- {{ partial "tags" . }} +
+

{{ .Title }}

+
{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006") }}
+ {{ partial "tags" . }} +

{{ .Content }}