summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 9cf26f0..ea8eb30 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -5,7 +5,7 @@ layout: master
<article itemscope itemtype="http://schema.org/BlogPosting" class="article">
<header>
<h1 itemprop="headline">{{ page.title }}</h1>
- <p><time itemprop="datePublished">{{ page.date | date: "%A, %-d %B %Y" }}</time></p>
+ <p><time datetime="{{ post.date | date: '%Y-%m-%d' }}" itemprop="datePublished">{{ page.date | date: "%A, %-d %B %Y" }}</time></p>
</header>
<div itemprop="articleBody">