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

@ -2,5 +2,5 @@
layout: base layout: base
lang: en lang: en
--- ---
<h1>{{ page.title }} <small>{{ page.date | date:"%e %B %Y" }}</small></h1> <h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
{{ content }} {{ content }}

View file

@ -3,7 +3,7 @@ layout: base
lang: en lang: en
--- ---
<div class="versiontext"> <div class="versiontext">
<h1>{{ page.title }} <small>{{ page.date | date:"%e %B %Y" }}</small></h1> <h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
{% if page.src %} {% if page.src %}
<p> <p>
<a href="{{ page.src }}">Full announcement (including signatures)</a> <a href="{{ page.src }}">Full announcement (including signatures)</a>

View file

@ -16,7 +16,7 @@ title: Bitcoin-Qt version history
</div> </div>
{% for post in site.categories.releases %} {% for post in site.categories.releases %}
<div class="versiontext"> <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 %} {% if post.src %}
<p> <p>
<a href="{{ post.src }}">Full announcement (including signatures)</a> <a href="{{ post.src }}">Full announcement (including signatures)</a>