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
67d65314d7
commit
50d22e39ea
@ -24,7 +24,6 @@ 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 -%}
|
||||||
<article>
|
<article>
|
||||||
<li>
|
|
||||||
<h2>
|
<h2>
|
||||||
<a class="post-link" href="{{ post.url | relative_url }}">
|
<a class="post-link" href="{{ post.url | relative_url }}">
|
||||||
{{ post.title | escape }}
|
{{ post.title | escape }}
|
||||||
@ -34,7 +33,6 @@ layout: default
|
|||||||
{%- if site.show_excerpts -%}
|
{%- if site.show_excerpts -%}
|
||||||
<blockquote>{{ post.excerpt }}</blockquote>
|
<blockquote>{{ post.excerpt }}</blockquote>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</li>
|
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user