summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/stingray/layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/stingray/layouts/partials/header.html b/themes/stingray/layouts/partials/header.html
index 9b61ee6..68a35cf 100644
--- a/themes/stingray/layouts/partials/header.html
+++ b/themes/stingray/layouts/partials/header.html
@@ -1,6 +1,6 @@
<header>
<div class="text-center">
- <h1 class="title">{{ .Site.Title }}</h1>
+ <h1 class="title">{{ .Site.Params.Title }}</h1>
{{ .Site.Params.Description }}
</div>
</header>