adding missing alt that broke jenkins

fixing #302
This commit is contained in:
Laurent Demailly 2017-05-22 14:03:43 -07:00 committed by GitHub
parent b8b7cba8bc
commit ab777acde3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ title: Istio
<div class="hero">
<div class="container">
<h1 class="hero-title">Istio</h1>
<img class="hero-logo" src="{{home}}/img/istio-logo.svg" />
<img class="hero-logo" alt="Istio" src="{{home}}/img/istio-logo.svg" />
<h1 class="hero-lead">An open platform to connect, manage, and secure microservices</h1>
<span class="hero-down-arrow fa fa-2 fa-caret-down"></span>
</div>