From 403f8a09e535e1abd4e09b00fb589cbc028c0811 Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Wed, 13 Nov 2024 23:19:26 -0500 Subject: [PATCH] Continue configuring Umami --- themes/geronimo/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/geronimo/layouts/_default/baseof.html b/themes/geronimo/layouts/_default/baseof.html index ec2b5bf..269cccd 100644 --- a/themes/geronimo/layouts/_default/baseof.html +++ b/themes/geronimo/layouts/_default/baseof.html @@ -11,7 +11,7 @@ {{- with .OutputFormats.Get "RSS" -}}{{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}{{ end }} - + {{- if not .IsHome }}{{ partial "header" . }}{{ partialCached "search.html" . }}{{ end }}