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
c7672d71de
commit
eb557b778b
@ -19,9 +19,10 @@ layout: default
|
|||||||
|
|
||||||
{%- if posts.size > 0 -%}
|
{%- if posts.size > 0 -%}
|
||||||
{%- if page.list_title -%}
|
{%- if page.list_title -%}
|
||||||
|
<section id="grid" class="row flex-grid">
|
||||||
|
<article class="post-list">
|
||||||
<h2 class="post-list-heading">{{ page.list_title }}</h2>
|
<h2 class="post-list-heading">{{ page.list_title }}</h2>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
<ul class="post-list">
|
|
||||||
{%- 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>
|
||||||
@ -35,9 +36,9 @@ layout: default
|
|||||||
<blockquote>{{ post.excerpt }}</blockquote>
|
<blockquote>{{ post.excerpt }}</blockquote>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</li>
|
</li>
|
||||||
{%- endfor -%}
|
</article>
|
||||||
</ul>
|
{%- endfor -%}
|
||||||
|
</section>
|
||||||
{% if site.paginate %}
|
{% if site.paginate %}
|
||||||
<div class="pager">
|
<div class="pager">
|
||||||
<ul class="pagination">
|
<ul class="pagination">
|
||||||
|
Loading…
Reference in New Issue
Block a user