Extract a partial, update spacing

This commit is contained in:
Oliver Davies 2019-03-07 02:59:55 +00:00
parent d5028b9110
commit 8cdf0dfc6e
4 changed files with 12 additions and 4 deletions

View file

@ -0,0 +1,4 @@
<time class="{{ class }}" datetime="{{ post.date|date('Y-m-d') }}">
<span class="visuallyhidden">Posted on </span>
{{ post.date|date('jS F Y') }}
</time>