|
@@ -4,7 +4,7 @@ layout: default
|
|
|
|
|
|
<article class="post">
|
|
|
<h1 class="post-title">{{ page.title }}</h1>
|
|
|
- <span class="post-date">{{ page.date | date_to_string }}</span>
|
|
|
+ <time datetime="{{ page.date | date_to_xmlschema }}" class="page-date">{{ page.date | date_to_string }}</time>
|
|
|
{{ content }}
|
|
|
</article>
|
|
|
|
|
@@ -16,7 +16,7 @@ layout: default
|
|
|
<h3>
|
|
|
<a href="{{ site.baseurl }}{{ post.url }}">
|
|
|
{{ post.title }}
|
|
|
- <small>{{ post.date | date_to_string }}</small>
|
|
|
+ <small><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time></small>
|
|
|
</a>
|
|
|
</h3>
|
|
|
</li>
|