From b3ba50ad266765c609d78fa04f3338e81a495150 Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Wed, 28 Aug 2024 20:02:31 +0200 Subject: [PATCH] Fix page title on home --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 9ae6588..3c3ede4 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - {{ if .EntryTitle }}{{ .EntryTitle }} - {{ end }}{{ .Title }} + {{ if ne .EntryTitle "/" }}{{ .EntryTitle }} - {{ end }}{{ .Title }} {{ if .Entry -}}