fix syntax error
This commit is contained in:
parent
985ac0f0bd
commit
a9dc1fd5b6
1 changed files with 3 additions and 4 deletions
|
@ -22,10 +22,9 @@ pagination:
|
|||
</a>
|
||||
<span class="p-author h-card hidden">{{ site.title }}</span>
|
||||
<div class="my-2 text-sm">
|
||||
{
|
||||
<time class="dt-published" datetime="{{ post.date }}"
|
||||
>{ post.date | date: "%m.%d.%Y" }}</time
|
||||
>
|
||||
<time class="dt-published" datetime="{{ post.date }}">
|
||||
{{ post.date | date: "%m.%d.%Y" }}
|
||||
</time>
|
||||
</div>
|
||||
<p class="p-summary mt-0">{{ post.data.post_excerpt | markdown }}</p>
|
||||
<div class="mt-4 flex items-center justify-between">
|
||||
|
|
Reference in a new issue