diff --git a/_includes/welcome_banner.html b/_includes/welcome_banner.html index 4a362f75..82bb1242 100644 --- a/_includes/welcome_banner.html +++ b/_includes/welcome_banner.html @@ -1,3 +1,3 @@ diff --git a/_layouts/page.html b/_layouts/page.html index 8d630a3f..666639ee 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -39,6 +39,7 @@ {% include header.html %}
+ {% include welcome_banner.html %} {{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html index e9482c7f..dd5cd70e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,6 +15,7 @@ {% include header.html %}
+ {% include welcome_banner.html %}
{% if page.header-image %}