Update '_layouts/home.html'

This commit is contained in:
Kale 2021-06-08 20:44:41 -07:00
parent 67d65314d7
commit 50d22e39ea
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -24,7 +24,6 @@ layout: default
{%- 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> <article>
<li>
<h2> <h2>
<a class="post-link" href="{{ post.url | relative_url }}"> <a class="post-link" href="{{ post.url | relative_url }}">
{{ post.title | escape }} {{ post.title | escape }}
@ -34,7 +33,6 @@ layout: default
{%- if site.show_excerpts -%} {%- if site.show_excerpts -%}
<blockquote>{{ post.excerpt }}</blockquote> <blockquote>{{ post.excerpt }}</blockquote>
{%- endif -%} {%- endif -%}
</li>
</article> </article>
</div> </div>
{%- endfor -%} {%- endfor -%}