summaryrefslogtreecommitdiffstats
path: root/blog.html
diff options
context:
space:
mode:
authorMarian Sigler <marian@spline.de>2015-01-28 19:57:39 +0100
committerMarian Sigler <marian@spline.de>2015-01-28 19:57:39 +0100
commit81b430fbae5a92b1a2a077e5fcdfb576fe97f18f (patch)
tree9b63fcfc580f605e389d624c20a48c5b561c3967 /blog.html
parent89f98f30debe0efff7bf21b7bfc31b88524d065c (diff)
downloadwww-81b430fbae5a92b1a2a077e5fcdfb576fe97f18f.tar.gz
www-81b430fbae5a92b1a2a077e5fcdfb576fe97f18f.tar.bz2
www-81b430fbae5a92b1a2a077e5fcdfb576fe97f18f.zip
use german date format
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.html b/blog.html
index c5e83e9..0939e50 100644
--- a/blog.html
+++ b/blog.html
@@ -11,7 +11,7 @@
{% for post in entries %}
<p class="blog-entry">
<div class="entry-date">
- {{ post.date.strftime('%B %d') }}
+ {{ post.date.strftime('%d. %B') }}
</div>
<div class="entry-title">
<a href="{{ post.get_url() }}">{{ post.title }}</a>