From fe5bef363cde398b5cbe3bc7726bd89b01117bbe Mon Sep 17 00:00:00 2001 From: Nicolas Takashi Date: Fri, 19 Jan 2024 15:11:47 +0000 Subject: [PATCH] [CHORE] fixing title on hoem page Signed-off-by: Nicolas Takashi --- website/content/_index.md | 2 +- website/layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/_index.md b/website/content/_index.md index 1c708ac..4ef017d 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -1,5 +1,5 @@ --- -title : "Perses" +title : "Home" --- Open-source Apache-2.0 Licensed. \ No newline at end of file diff --git a/website/layouts/index.html b/website/layouts/index.html index bd42187..3ebc565 100644 --- a/website/layouts/index.html +++ b/website/layouts/index.html @@ -3,7 +3,7 @@
-

{{ .Title }}

+

Perses

{{ .Params.lead | safeHTML }}