summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/master.html2
-rw-r--r--_layouts/post.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/master.html b/_layouts/master.html
index e5d0397..73b1b8d 100644
--- a/_layouts/master.html
+++ b/_layouts/master.html
@@ -86,7 +86,7 @@
{{ content }}
</main>
<footer class="print-hide">
- <div class="light-gray"><a href="/license/">&copy; 2015</a> &#149; <a href="/privacy/">Privacy</a></div>
+ <div class="light-gray"><a href="/license/">&copy; 2015</a> &bull; <a href="/privacy/">Privacy</a></div>
</footer>
</body>
</html>
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">