MK: Added logo image to homepage, just above the title

This commit is contained in:
Martijn van der Kooij 2022-09-25 22:16:42 +02:00
parent 989db17484
commit db200dea51

View file

@ -5,7 +5,7 @@
<header id="site-head" {{ with .Params.header_image }}style="background-image: url({{ . }})"{{ end }}>
<div class="vertical">
<div id="site-head-content" class="inner">
{{ with .Params.header_logo }}<img class="blog-logo" src="{{ . }}" />{{ end }}
{{ with .Params.header_headline }}<h1 class="blog-title">{{ . }}</h1>{{ end }}
{{ with .Params.header_subheadline }}<h2 class="blog-description">{{ . }}</h2>{{ end }}