Update with proper notification

This commit is contained in:
Brandon Romano 2020-04-28 09:44:37 -07:00
parent df0a90039f
commit 86490107c9
3 changed files with 4 additions and 7 deletions

View File

@ -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
---
<div class='consul-connect'>

View File

@ -1,6 +1,6 @@
<div class="alert-bar g-type-body-small">
<a href="https://www.hashicorp.com/products/consul">
<p>HashiCorp Consul Announcement</p>
<a href="https://www.hashicorp.com/products/consul/service-on-azure">
<p>HashiCorp Consul Service on Azure Public Beta Available Now</p>
<span class="link">Learn More</span>
</a>
</div>
</div>

View File

@ -47,9 +47,7 @@
<body id="<%= body_id_for(current_page) %>" class="<%= body_classes_for(current_page) %>">
<% if current_page.data.show_alert_bar == true %>
<%= partial("layouts/_alert-bar") %>
<% end %>
<%= partial("layouts/_alert-bar") %>
<%= mega_nav :consul %>