Update '_layouts/home.html'

This commit is contained in:
Kale 2021-06-08 10:09:40 -07:00
parent 6ab36bed8e
commit 68ae1121e2
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>
<b><span class="post-meta">{{ post.date | date: date_format }}</span></b>
<h4><span class="post-meta">{{ post.date | date: date_format }}</span></h4>
{%- if site.show_excerpts -%}
<blockquote>{{ post.excerpt }}</blockquote>
{%- endif -%}