From 9c2bb8b1273b8a9893759918a171b42b1e045de5 Mon Sep 17 00:00:00 2001 From: RayHammer Date: Mon, 24 Oct 2022 22:14:31 +0200 Subject: Fixed header display --- themes/stingray/layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') 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 @@
-

{{ .Site.Title }}

+

{{ .Site.Params.Title }}

{{ .Site.Params.Description }}
-- cgit v1.2.3