summaryrefslogtreecommitdiffstats
path: root/_post.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 /_post.html
parent89f98f30debe0efff7bf21b7bfc31b88524d065c (diff)
downloadwww-81b430fbae5a92b1a2a077e5fcdfb576fe97f18f.tar.gz
www-81b430fbae5a92b1a2a077e5fcdfb576fe97f18f.tar.bz2
www-81b430fbae5a92b1a2a077e5fcdfb576fe97f18f.zip
use german date format
Diffstat (limited to '_post.html')
-rw-r--r--_post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_post.html b/_post.html
index c00cff8..3af9e80 100644
--- a/_post.html
+++ b/_post.html
@@ -5,7 +5,7 @@
<p id="back-link">
<a href="{{ site.url }}/{{ entry.path.split("/")[0] }}">Zurück zur Übersicht</a>
</p>
- <div id="post-date"><h1><small>{{ entry.date.strftime('%d %B %Y ') }}</small></h1></div>
+ <div id="post-date"><h1><small>{{ entry.date.strftime('%d. %B %Y ') }}</small></h1></div>
<h1>
{{ entry.title|typogrify }}
</h1>