Wrap blog post date in time tags
This commit is contained in:
parent
c96e39638d
commit
ca49ff2d22
|
@ -34,7 +34,7 @@ eleventyComputed:
|
|||
{% endif %}
|
||||
</a>
|
||||
</h3>
|
||||
<p class="blog__post--time">{{ post.date | formatDate }}</p>
|
||||
<p class="blog__post--time"><time datetime="{{ post.date }}">{{ post.date | formatDate }}</time></p>
|
||||
<p>{{ post.data.desc }}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue