Update '_layouts/home.html'

This commit is contained in:
Kale 2021-06-08 20:22:02 -07:00
parent daaa1678d5
commit caf22fd330
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -17,6 +17,7 @@ layout: default
{% endif %}
{%- if posts.size > 0 -%}
<div class="post-list">
{%- if page.list_title -%}
<h2 class="post-list-heading">{{ page.list_title }}</h2>
{%- endif -%}
@ -33,6 +34,7 @@ layout: default
<blockquote>{{ post.excerpt }}</blockquote>
{%- endif -%}
</li>
</div>
{%- endfor -%}
{% if site.paginate %}
<div class="pager">