From 598df7e0897232a47e141b0050881392ba489137 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Sat, 4 Aug 2012 20:28:20 +0200 Subject: new layout for blog entries --- _post.html | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to '_post.html') diff --git a/_post.html b/_post.html index 9366a9e..c1a08f6 100644 --- a/_post.html +++ b/_post.html @@ -1,20 +1,24 @@ {% extends "_base.html" %} {% block content %} -

{{ entry.title|typogrify }}

+
+

+ {{ entry.title|typogrify }} + {{ entry.date.strftime('%d %B %Y ') }} +

+

+

-{{ entry.body }} - - +
{% endblock %} -- cgit v1.2.3-1-g7c22