Change class "page-date" to "post-date"
[blog] / _layouts / post.html
index 576bba8579931e47237c9ae51243365787765121..17433f3ef436a6f4ba9d6ff3d615d3afc3ab589a 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>