Don't use the site description as the index title
parent
5de11038b1
commit
e66750603f
10
index.html
10
index.html
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
title: Production-Grade Container Orchestration
|
||||
---
|
||||
|
||||
<!Doctype html>
|
||||
<html id="home">
|
||||
<html id="home">
|
||||
|
||||
{% include head-header.html %}
|
||||
|
||||
|
@ -22,7 +21,7 @@ title: Production-Grade Container Orchestration
|
|||
<!--<img src="images/logos/redhat_logo.png">-->
|
||||
<!--<img src="images/logos/wepay_logo.png">-->
|
||||
<!--<img src="images/logos/verizon_logo.png">-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
</section>
|
||||
|
||||
<!-- OCEAN NODES -->
|
||||
|
@ -110,7 +109,7 @@ title: Production-Grade Container Orchestration
|
|||
exposing secrets in your stack configuration.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="feature-box">
|
||||
<div>
|
||||
<h4><a href="/docs/user-guide/persistent-volumes/">Storage orchestration</a></h4>
|
||||
|
@ -198,9 +197,8 @@ title: Production-Grade Container Orchestration
|
|||
ga('create', 'UA-36037335-10', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<!-- Start of AnswerDash script
|
||||
<!-- Start of AnswerDash script
|
||||
<script>var AnswerDash;!function(e,t,n,s,a){if(!t.getElementById(s)){var i,r=t.createElement(n),c=t.getElementsByTagName(n)[0];e[a]||(i=e[a]=function(){i.__oninit.push(arguments)},i.__oninit=[]),r.type="text/javascript",r.async=!0,r.src="https://p1.answerdash.com/answerdash.min.js?siteid=756",r.setAttribute("id",s),c.parentNode.insertBefore(r,c)}}(window,document,"script","answerdash-script","AnswerDash");</script>
|
||||
<!-- End of AnswerDash script -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in New Issue