make date semantic

This commit is contained in:
Set Hallstrom 2020-10-14 14:02:46 +02:00
parent c61c499ddb
commit 43a66e7901
4 changed files with 5 additions and 5 deletions

View file

@ -28,6 +28,7 @@ layout: default
<div class="container">
<div class="">
<h3>{{ post.title }}</h3>
<p><time datetime="{{ post.date }}">{% include forloop-dates.html %}</time></p>
{{ post.description }}
</div>
<div>