summaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 1881eff..1cd31d2 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -16,7 +16,7 @@
<div class="header-logo">
<a href="/"><img src="{{ .Site.Params.logo }}" alt="{{ .Site.Title }}"></a>
</div>
- {{ if eq $isHomePage true }}<h1 class="site-title">{{ .Site.Title }}</h1>{{ end }}
+ <h1 class="site-title">{{ .Site.Title }}</h1>
</header>
<div class="container">
<div class="row">