From 5cbe4dabd7a33e0c805466b916276491c7beaf47 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sat, 3 Sep 2011 11:55:42 +0200 Subject: [PATCH] add date to posts (layout only) --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index eacdbd7b..46f0890d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -23,7 +23,7 @@ layout: base
-

{{ page.title }}

+

{{ page.title }} {{ page.date | date:"%e %B %Y" }}

{% if page.src %}

Full announcement (including signatures)