diff --git a/themes/geronimo/layouts/_default/baseof.html b/themes/geronimo/layouts/_default/baseof.html index c5905de..74b7e01 100644 --- a/themes/geronimo/layouts/_default/baseof.html +++ b/themes/geronimo/layouts/_default/baseof.html @@ -9,15 +9,15 @@ {{- with .OutputFormats.Get "RSS" -}}{{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}{{ end }} - + {{- if not .IsHome }}{{ partial "header" . }}{{ partialCached "search.html" . }}{{ end }} {{- if .IsHome }}{{- block "header" . }}{{ end }} {{- end }} {{- block "main" . }}{{ end }} - {{ if not .IsHome }}{{ partial "footer" . }} {{ end }} + diff --git a/themes/geronimo/layouts/partials/search.html b/themes/geronimo/layouts/partials/search.html index 8e59ef5..6dfc34b 100644 --- a/themes/geronimo/layouts/partials/search.html +++ b/themes/geronimo/layouts/partials/search.html @@ -1,4 +1,5 @@ +