Update '_layouts/home.html'

This commit is contained in:
Kale 2021-06-08 20:07:41 -07:00
parent 0dcaeb8335
commit 70f8e4dc49
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -21,6 +21,7 @@ layout: default
{%- if page.list_title -%}
<section id="grid" class="row flex-grid">
<article class="post-list">
<div>
<h2 class="post-list-heading">{{ page.list_title }}</h2>
{%- endif -%}
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
@ -36,6 +37,7 @@ layout: default
<blockquote>{{ post.excerpt }}</blockquote>
{%- endif -%}
</li>
</div>
</article>
{%- endfor -%}
</section>