diff options
Diffstat (limited to 'themes/stingray/layouts/partials/header.html')
-rw-r--r-- | themes/stingray/layouts/partials/header.html | 2 |
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> |