summaryrefslogtreecommitdiffstats
path: root/_taglist.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 /_taglist.html
parent89f98f30debe0efff7bf21b7bfc31b88524d065c (diff)
downloadwww-81b430fbae5a92b1a2a077e5fcdfb576fe97f18f.tar.gz
www-81b430fbae5a92b1a2a077e5fcdfb576fe97f18f.tar.bz2
www-81b430fbae5a92b1a2a077e5fcdfb576fe97f18f.zip
use german date format
Diffstat (limited to '_taglist.html')
-rw-r--r--_taglist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_taglist.html b/_taglist.html
index 4ecaa03..0c973aa 100644
--- a/_taglist.html
+++ b/_taglist.html
@@ -8,7 +8,7 @@
<ul>
{% for post in site.tags[entry.slug] %}
<li>
- {{ post.date.strftime('%Y, %B %d') }}
+ {{ post.date.strftime('%x') }}
<a href="{{ post.get_url() }}">{{ post.title }}</a>
{{ post.tagline }}
</li>