summaryrefslogtreecommitdiff
path: root/_site_build/_layouts/post.html
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2011-12-30 00:55:09 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2011-12-30 00:55:09 +0000
commit1769e1cdcfe58339eb6ff7f13925090edaa8a4a8 (patch)
treee2692dd6f483f9e57d41a34183c71198772d6f93 /_site_build/_layouts/post.html
parent4f363292ad67daa9f1b009ed6453567894157257 (diff)
Add archives page and ordinalize plugin.
Diffstat (limited to '_site_build/_layouts/post.html')
-rw-r--r--_site_build/_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_site_build/_layouts/post.html b/_site_build/_layouts/post.html
index 3d460eb..f37fc0d 100644
--- a/_site_build/_layouts/post.html
+++ b/_site_build/_layouts/post.html
@@ -4,7 +4,7 @@ layout: default
<article>
<header>
<h1>{{ page.title }}</h1>
- <time datetime="{{ page.date | date: '%Y-%m-%d' }}" pubdate>{{ page.date | date: '%A, %d %B, %Y' }}</time>
+ <time datetime="{{ page.date | date: '%Y-%m-%d' }}" pubdate>{{ page.date | date: '%A' }} {{ page.date | ordinalize }} {{ page.date | date: '%B, %Y' }}</time>
</header>
{{ content }}
<footer>