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
daaa1678d5
commit
caf22fd330
@ -17,6 +17,7 @@ layout: default
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{%- if posts.size > 0 -%}
|
{%- if posts.size > 0 -%}
|
||||||
|
<div class="post-list">
|
||||||
{%- if page.list_title -%}
|
{%- if page.list_title -%}
|
||||||
<h2 class="post-list-heading">{{ page.list_title }}</h2>
|
<h2 class="post-list-heading">{{ page.list_title }}</h2>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
@ -33,6 +34,7 @@ layout: default
|
|||||||
<blockquote>{{ post.excerpt }}</blockquote>
|
<blockquote>{{ post.excerpt }}</blockquote>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</li>
|
</li>
|
||||||
|
</div>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{% if site.paginate %}
|
{% if site.paginate %}
|
||||||
<div class="pager">
|
<div class="pager">
|
||||||
|
Loading…
Reference in New Issue
Block a user