We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2dd05e commit ea7e9a6Copy full SHA for ea7e9a6
1 file changed
layouts/partials/header.html
@@ -1,5 +1,6 @@
1
<header class="container mt-sm-5 mt-4 mb-4 mt-xs-1">
2
<div class="row">
3
+ {{ if isset .Site.Params "home_image" }}
4
<div class="col-sm-4 col-12 text-sm-right text-center pt-sm-4">
5
<a href="/" class="text-decoration-none">
6
<img id="home-image" class="rounded-circle"
@@ -15,6 +16,7 @@
15
16
/>
17
</a>
18
</div>
19
+ {{ end }}
20
<div class="col-sm-8 col-12 text-sm-left text-center">
21
<h2 class="m-0 mb-2 mt-4">
22
0 commit comments