Update with proper notification
This commit is contained in:
parent
df0a90039f
commit
86490107c9
|
@ -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'>
|
||||
|
|
|
@ -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>
|
|
@ -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 %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue