From f510077aaefb1477fad28563e2637c424332ae61 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sun, 1 Feb 2026 20:01:56 +0100 Subject: Added the python post --- layouts/_default/baseof.html | 58 ++++++++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 26 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d8c9aec..1e893be 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,28 +1,34 @@ - - - - - - - - {{ site.Title }} - - - - - - - -
- {{ block "main" . }}{{ end }} -
- + + + + + {{- $title := ( .Title ) -}} + {{- $siteTitle := ( .Site.Title ) -}} + {{- if .IsHome -}} + {{ $siteTitle }} + {{- else -}} + {{ $siteTitle }} | {{ $title }} + {{- end -}} + + + + + + + + + + + +
{{- block "main" . }}{{- end }}
+ +

\ No newline at end of file -- cgit v1.3.1