Update '_layouts/home.html'

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

View File

@ -23,6 +23,7 @@ layout: default
{%- endif -%} {%- endif -%}
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{%- for post in posts -%} {%- for post in posts -%}
<article>
<li> <li>
<h2> <h2>
<a class="post-link" href="{{ post.url | relative_url }}"> <a class="post-link" href="{{ post.url | relative_url }}">
@ -34,6 +35,7 @@ layout: default
<blockquote>{{ post.excerpt }}</blockquote> <blockquote>{{ post.excerpt }}</blockquote>
{%- endif -%} {%- endif -%}
</li> </li>
</article>>
</div> </div>
{%- endfor -%} {%- endfor -%}
{% if site.paginate %} {% if site.paginate %}