From 0a138edc3098e7c5646b7c66749b373592ef5b99 Mon Sep 17 00:00:00 2001 From: Trent McConaghy <5305452+trentmc@users.noreply.github.com> Date: Fri, 15 May 2020 13:24:59 +0200 Subject: [PATCH] Move banner from bottom of page to top. (The banner disambiguates BDB company vs SW.) --- _src/_layouts/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_src/_layouts/base.html b/_src/_layouts/base.html index a570464..2663ff2 100644 --- a/_src/_layouts/base.html +++ b/_src/_layouts/base.html @@ -13,9 +13,9 @@ - {{ content }} - {% include banner.html %} + + {{ content }} {% include footer.html %}