summaryrefslogtreecommitdiffstats
path: root/blog.html
diff options
context:
space:
mode:
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>