Explorar o código

Merge pull request #71 from juliangrosshauser/fix-date-styling

Fix date styling in post layout
Mark Otto %!s(int64=10) %!d(string=hai) anos
pai
achega
f3c3ef4c40
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      _layouts/post.html

+ 1 - 1
_layouts/post.html

@@ -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>