Extract a partial, update spacing
This commit is contained in:
parent
d5028b9110
commit
8cdf0dfc6e
4 changed files with 12 additions and 4 deletions
4
source/_partials/posts/post-date.html.twig
Normal file
4
source/_partials/posts/post-date.html.twig
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue