Wrap blog post date in time tags
This commit is contained in:
parent
6a753e2291
commit
b6d84ab695
@ -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…
x
Reference in New Issue
Block a user