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