Skip to content

Commit

Permalink
Merge branch 'master' into sass
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Apr 19, 2015
2 parents b0358a4 + f3c3ef4 commit 9cbea4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<article class="post">
<h1 class="post-title">{{ page.title }}</h1>
<time datetime="{{ page.date | date_to_xmlschema }}" class="page-date">{{ page.date | date_to_string }}</time>
<time datetime="{{ page.date | date_to_xmlschema }}" class="post-date">{{ page.date | date_to_string }}</time>
{{ content }}
</article>

Expand Down

0 comments on commit 9cbea4a

Please sign in to comment.