From c583a9da067456a2abe8689260097898f2d34e8d Mon Sep 17 00:00:00 2001 From: Casey Kuhlman Date: Wed, 8 Apr 2020 20:41:04 +0100 Subject: [PATCH] align the cover with the image Signed-off-by: Casey Kuhlman --- layouts/_default/single.html | 2 +- layouts/posts/single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index eb385b0..21bce3b 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -24,7 +24,7 @@ {{- end }} {{ with .Params.Cover }} - + {{ end }}
diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 19e25f9..b9d8bd1 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -29,7 +29,7 @@ {{- end }} {{ with .Params.Cover }} - + {{ end }}