summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-02 15:17:57 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-02 15:17:57 +0100
commitdd5772e4b88dd41e210a4b789a52ae8656e5f1fd (patch)
treef5fdb3a7e75f073b899c90f614fb95e07857206e /templates
parente18b2aef125d54981502d95dd3afe08358dfded0 (diff)
Fix filter names in templates.
Diffstat (limited to 'templates')
-rw-r--r--templates/article.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/article.html b/templates/article.html
index d3d46c3..8eef256 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -4,8 +4,8 @@
<div class="article-header">
<header>
<span class="article-date">
- <time pubdate="pubdate" datetime="{publishing_date|html_iso_date}">
- {publishing_date|html_human_date}
+ <time pubdate="pubdate" datetime="{publishing-date|html-iso-date}">
+ {publishing-date|html-human-date}
</time>
</span>
</header>