diff options
author | RayHammer <evkondratyev@yandex.ru> | 2022-10-24 22:14:31 +0200 |
---|---|---|
committer | RayHammer <evkondratyev@yandex.ru> | 2022-10-24 22:14:31 +0200 |
commit | 9c2bb8b1273b8a9893759918a171b42b1e045de5 (patch) | |
tree | 7c3ed8e21151c91ab52a9c65c82cebc55deba761 /themes/stingray | |
parent | df05fe002890db70e79d4b90d29a9bd75e3a397c (diff) |
Fixed header display
Diffstat (limited to 'themes/stingray')
-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> |