From 971cebd642b290a9b3524b1f407199cb7daaca02 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 11 Feb 2024 23:46:54 +0100 Subject: Update header title --- layouts/_default/baseof.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 95267c6..9b0edef 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,7 +1,11 @@ + {{if .IsHome }} + {{ .Title }} + {{ else }} {{ .Site.Title }} | {{ .Title }} + {{ end }} {{ $web := resources.Get "scss/web.scss" }} {{ $style := $web | toCSS | minify | fingerprint }} -- cgit v1.2.3