summaryrefslogtreecommitdiff
path: root/themes/kvog/layouts/_partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/kvog/layouts/_partials/header.html')
-rw-r--r--themes/kvog/layouts/_partials/header.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/kvog/layouts/_partials/header.html b/themes/kvog/layouts/_partials/header.html
index 7980a00..0d3b144 100644
--- a/themes/kvog/layouts/_partials/header.html
+++ b/themes/kvog/layouts/_partials/header.html
@@ -1,2 +1,4 @@
+{{ if .IsHome }}
<h1>{{ site.Title }}</h1>
+{{ end }}
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}