summaryrefslogtreecommitdiff
path: root/_includes/postmeta.html
diff options
context:
space:
mode:
authorNicolas Kuttler <git@kuttler.eu>2015-02-12 17:36:46 +0100
committerNicolas Kuttler <git@kuttler.eu>2015-02-12 17:36:46 +0100
commit9a01c0844418115e152d90793f72dad6a9e86229 (patch)
tree1d00c914292e51b81e7458dc2641a356599fdbb8 /_includes/postmeta.html
parent346b13e1073c8372ad466bf4fa2c60ac416a084a (diff)
downloadirssi.github.io-9a01c0844418115e152d90793f72dad6a9e86229.zip
Bugfix
Diffstat (limited to '_includes/postmeta.html')
-rw-r--r--_includes/postmeta.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/postmeta.html b/_includes/postmeta.html
index 45241e1..3074fb9 100644
--- a/_includes/postmeta.html
+++ b/_includes/postmeta.html
@@ -8,7 +8,8 @@
{{ node.author }}
{% endif %}
- on {{ node.date | date: "%B %-d" }}<sup>{% include ordinal.html ordinalize=node.date | date: "%-d" %}</sup>
+ {% assign ordinalize = node.date | date: "%-d" %}
+ on {{ node.date | date: "%B %-d" }}<sup>{% include ordinal.html ordinalize=ordinalize %}</sup>
{{ node.date | date: "%Y" }}
</small>
</p>