Fix the blog title.

This commit is contained in:
Martin Taillefer 2017-05-12 16:12:17 -07:00
parent 4d2d209e25
commit 61e3e8aed8
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<p class="header">Community</p>
<li><a href="https://stackoverflow.com/questions/tagged/istio" target="_blank"><span class="stack-overflow">Stack Overflow</span></a></li>
<li><a href="https://groups.google.com/forum/#!forum/istio-users" target="_blank"><span class="group">User</span></a> | <a href="https://groups.google.com/forum/#!forum/istio-dev" target="_blank">Dev Mailing Lists</a></li>
<li><a href="https://istio-dev.slack.com" target="_blank"><span class="slack">Slack</span></a></li>
<li><a href="https://istio.slack.com" target="_blank"><span class="slack">Slack</span></a></li>
<li><a href="https://github.com/istio/" target="_blank"><span class="github">GitHub</span></a></li>
</ul>
</div>

View File

@ -3,7 +3,7 @@ title: Blog
overview: The Istio blog.
layout: blog
---
# The Istio Blog
<h1>The Istio Blog</h1>
{% for post in paginator.posts %}
<a href="{{home}}{{ post.url }}"><h4 id="{{post.id}}" class="post-title">{{ post.title }}</h4></a>