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 }} +