Update '_layouts/home.html'

This commit is contained in:
Kale 2021-06-08 09:40:17 -07:00
parent feb25fe65a
commit c7f9b1809e
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -25,14 +25,14 @@ 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 -%}
<li> <li>
<span class="post-meta">{{ post.date | date: date_format }}</span>
<h3> <h3>
<a class="post-link" href="{{ post.url | relative_url }}"> <a class="post-link" href="{{ post.url | relative_url }}">
{{ post.title | escape }} {{ post.title | escape }}
</a> </a>
</h3> </h3>
<span class="post-meta">{{ post.date | date: date_format }}</span>
{%- if site.show_excerpts -%} {%- if site.show_excerpts -%}
{{ post.excerpt }} <blockquote>{{ post.excerpt }}</blockquote>>
{%- endif -%} {%- endif -%}
</li> </li>
{%- endfor -%} {%- endfor -%}