diff options
-rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f66e100..29e94b3 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,6 +1,6 @@ {{ define "main" }} <article> - <div class="w-100 vh-50 dt bg-center cover bg-gray" + <div id="post-header-cover" class="w-100 vh-50 dt bg-center cover bg-gray" style="background-image:url({{ .Params.coverimage }})"> <header class="dt pa2 pa5-ns mw7 center post-header white"> <h1 class="f1 lh-title"> |