Skip to content

Commit

Permalink
Updated date formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbordet committed Feb 7, 2015
1 parent 8f3c672 commit 44cf556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1 class="title">{{ page.title }}</h1>

<p class="meta">
{{ page.date | date: "%B %-d, %Y" }}
{{ page.date | date: "%-d %B %Y" }}
{% if page.author %} - {{ page.author }}{% endif %}
</p>
</header>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h1>

<p class="meta">{{ post.date | date: "%B %-d, %Y" }}</p>
<p class="meta">{{ post.date | date: "%-d %B %Y" }}</p>
</header>

<div class="excerpt">
Expand Down

0 comments on commit 44cf556

Please sign in to comment.