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
caf22fd330
commit
d7160eacce
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user