Improve title and date display in _posts layouts

This commit is contained in:
Saivann 2013-05-26 13:17:00 -04:00
parent d8ed71a50b
commit 76f9cee1cc
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ title: Bitcoin-Qt version history
</div>
{% for post in site.categories.releases %}
<div class="versiontext">
<h1><a name="{{ post.version }}">{{ post.title }} <small>{{ post.date | date:"%e %B %Y" }}</small></a></h1>
<h1><a name="{{ post.version }}">{{ post.title }}<br><small>{{ post.date | date:"%e %B %Y" }}</small></a></h1>
{% if post.src %}
<p>
<a href="{{ post.src }}">Full announcement (including signatures)</a>