From 9c2bb8b1273b8a9893759918a171b42b1e045de5 Mon Sep 17 00:00:00 2001 From: RayHammer Date: Mon, 24 Oct 2022 22:14:31 +0200 Subject: Fixed header display --- config.yaml | 6 +++++- themes/stingray/layouts/partials/header.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 6700d06..6e29ba3 100644 --- a/config.yaml +++ b/config.yaml @@ -4,4 +4,8 @@ title: "RayHammer's Website" theme: "stingray" DefaultContentLanguage: "en" -SectionPagesMenu: "main" \ No newline at end of file +SectionPagesMenu: "main" + +params: + title: "RayHammer" + description: "Local Idiot Online" \ No newline at end of file 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