add date to posts (layout only)

This commit is contained in:
Nils Schneider 2011-09-03 11:55:42 +02:00
parent a299c4e849
commit 5cbe4dabd7

View file

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