Update '_layouts/home.html'

This commit is contained in:
Kale 2021-06-08 10:42:19 -07:00
parent e078c5e607
commit c818794340
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

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