_layouts/post.html in arrow-jekyll-theme-0.1.3 vs _layouts/post.html in arrow-jekyll-theme-0.1.4

- old
+ new

@@ -3,10 +3,10 @@ --- <article class="article"> <hgroup> <h1>{{ page.title }}</h1> - <p><time>{{ page.date | date: "%a %B %d %Y"}}</time><p> + <p><time>{{ page.date | date: "%a %d %B %Y"}}</time><p> </hgroup> <main> {{ content }} </main> </article>