Change class "page-date" to "post-date"
authorJulian Grosshauser <julian@juliangrosshauser.com>
Sun, 11 Jan 2015 12:42:40 +0000 (13:42 +0100)
committerJulian Grosshauser <julian@juliangrosshauser.com>
Sun, 11 Jan 2015 12:42:40 +0000 (13:42 +0100)
_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>