From 28ca1aa004ee80b6325526db1479ba05acd22367 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 21 Jan 2026 11:31:33 +0100 Subject: Cleaned up the files and added light and dark favicons --- layouts/_default/baseof.html | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 19128ec..d8c9aec 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,14 +1,26 @@ - - - - - - {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} - - + + + + + + + + {{ site.Title }} + + + + + - {{partial "header.html"}} +
{{ block "main" . }}{{ end }}
-- cgit v1.3.1