Merge branch 'master' into sass
authorMark Otto <markdotto@gmail.com>
Sun, 19 Apr 2015 06:01:09 +0000 (23:01 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 19 Apr 2015 06:01:09 +0000 (23:01 -0700)
_layouts/post.html

index e6ce4621bf9b41e141d14527171daa21199595f3..9ac13d44b0cbbb35568828ab3bcca533833aeb96 100644 (file)
@@ -4,7 +4,7 @@ layout: default
 
 <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>