diff options
Diffstat (limited to '_includes/postmeta.html')
-rw-r--r-- | _includes/postmeta.html | 3 |
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> |