mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-14 15:47:10 +00:00
Update '_layouts/home.html'
This commit is contained in:
parent
feb25fe65a
commit
c7f9b1809e
@ -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 -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user