diff --git a/themes/geronimo/layouts/_default/baseof.html b/themes/geronimo/layouts/_default/baseof.html index f47581e..55886bd 100644 --- a/themes/geronimo/layouts/_default/baseof.html +++ b/themes/geronimo/layouts/_default/baseof.html @@ -26,9 +26,8 @@ {{- with .OutputFormats.Get "RSS" -}}{{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}{{ end }} - - {{- if not .IsHome }}{{ partial "header" . }}{{ end }} + {{- if not .IsHome }}{{ partial "header" . }}{{ partialCached "search.html" . }}{{ end }} {{- if .IsHome }}{{- block "header" . }}{{ end }} {{- end }} {{- block "main" . }}{{ end }}