From a7395917366ec91ee8044eb6307987d7ba76b168 Mon Sep 17 00:00:00 2001 From: Trent McConaghy <5305452+trentmc@users.noreply.github.com> Date: Fri, 15 May 2020 13:22:45 +0200 Subject: [PATCH 1/2] Update banner.html: disambiguate BigchainDB company vs software. --- _src/_includes/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_src/_includes/banner.html b/_src/_includes/banner.html index fc782b6..7742fab 100644 --- a/_src/_includes/banner.html +++ b/_src/_includes/banner.html @@ -6,7 +6,7 @@ - Meet Ocean. A Decentralized Data Exchange Protocol + BigchainDB GmbH (the company) works on Ocean Protocol. IPDB Foundation (ipdb.io) oversees BigchainDB software and networks. 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 2/2] 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 %}