From 206912c61d5cc008d91fb1fcf374fdea54aaca56 Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Tue, 28 Apr 2020 09:44:37 -0700 Subject: [PATCH] Update with proper notification --- website/source/index.html.erb | 1 - website/source/layouts/_alert-bar.erb | 6 +++--- website/source/layouts/layout.erb | 4 +--- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 7a41b3561a..88b518e036 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -2,7 +2,6 @@ description: |- Consul is a service networking solution to connect and secure services across any runtime platform and public or private cloud -show_alert_bar: true ---
diff --git a/website/source/layouts/_alert-bar.erb b/website/source/layouts/_alert-bar.erb index ba017fb764..1b4bc1b7a1 100644 --- a/website/source/layouts/_alert-bar.erb +++ b/website/source/layouts/_alert-bar.erb @@ -1,6 +1,6 @@ \ No newline at end of file +
diff --git a/website/source/layouts/layout.erb b/website/source/layouts/layout.erb index 196ec693c1..6aa3581c09 100644 --- a/website/source/layouts/layout.erb +++ b/website/source/layouts/layout.erb @@ -47,9 +47,7 @@ - <% if current_page.data.show_alert_bar == true %> - <%= partial("layouts/_alert-bar") %> - <% end %> + <%= partial("layouts/_alert-bar") %> <%= mega_nav :consul %>