Update '_layouts/home.html'

This commit is contained in:
Kale 2021-06-08 09:45:24 -07:00
parent 5e2083872b
commit b3ba595688
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -30,7 +30,7 @@ layout: default
{{ post.title | escape }}
</a>
</h3>
<span class="post-meta">{{ post.date | date: date_format }}</span>
<b><span class="post-meta">{{ post.date | date: date_format }}</span></b>
{%- if site.show_excerpts -%}
<blockquote>{{ post.excerpt }}</blockquote>
{%- endif -%}