diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html
index b378805af6..425a793b3e 100644
--- a/layouts/blog/baseof.html
+++ b/layouts/blog/baseof.html
@@ -19,6 +19,14 @@
{{ partial "taxonomy_terms_clouds.html" . }}
+ {{ if .Page.Params.banner }}
+ {{ if .Page.Params.banner_file }}
+ {{ $bannerfile := printf "hooks/%s" $.Page.Params.banner_file }}
+ {{ partial $bannerfile . }}
+ {{ else }}
+ {{ partial "hooks/banner.html" . }}
+ {{ end }}
+ {{ end }}
{{ with .CurrentSection.OutputFormats.Get "rss" -}}