From a1e622311c36890b22943c161f32e48228c8f618 Mon Sep 17 00:00:00 2001 From: CaptV0rt3x Date: Sun, 1 Nov 2020 16:18:05 +0530 Subject: [PATCH] layouts/entry/single:fix background image responsiveness --- layouts/entry/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/entry/single.html b/layouts/entry/single.html index 6212373..7f4b425 100644 --- a/layouts/entry/single.html +++ b/layouts/entry/single.html @@ -1,7 +1,7 @@ {{ define "header" }} {{ $author := index .Site.Data.authors ( .Params.author | default "" ) }} {{ $coauthors := split ( .Params.coauthor | default "" ) "," }} -
+
{{ .Title }}