mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-13 23:27:11 +00:00
Update '_layouts/home.html'
This commit is contained in:
parent
68ae1121e2
commit
7190b43855
@ -25,11 +25,11 @@ layout: default
|
||||
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
|
||||
{%- for post in posts -%}
|
||||
<li>
|
||||
<h3>
|
||||
<h2>
|
||||
<a class="post-link" href="{{ post.url | relative_url }}">
|
||||
{{ post.title | escape }}
|
||||
</a>
|
||||
</h3>
|
||||
</h2>
|
||||
<h4><span class="post-meta">{{ post.date | date: date_format }}</span></h4>
|
||||
{%- if site.show_excerpts -%}
|
||||
<blockquote>{{ post.excerpt }}</blockquote>
|
||||
|
Loading…
Reference in New Issue
Block a user