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