Update '_layouts/home.html'

This commit is contained in:
Kale 2021-06-08 10:43:47 -07:00
parent c818794340
commit c7672d71de
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>
</h2>
<h4><span class="post-meta">{{ post.date | date: date_format }}</span> /// {{ minutes }} minute read</h4>
<h3><span class="post-meta">{{ post.date | date: date_format }}</span></h3>
{%- if site.show_excerpts -%}
<blockquote>{{ post.excerpt }}</blockquote>
{%- endif -%}