From a041f469ff41f53601c97454b41cfc4ef3f3ed45 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 28 Apr 2024 15:04:22 +0200 Subject: cleanup + begin fix search page --- _includes/title.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_includes') diff --git a/_includes/title.html b/_includes/title.html index 40efd39..08643ad 100644 --- a/_includes/title.html +++ b/_includes/title.html @@ -1 +1,5 @@ +{% if page.id == "index" %} +{{ site.title }} +{% else %} {{ page.title }} - {{ site.title }} +{% endif %} -- cgit v1.2.3