1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

Update blog layer

This commit is contained in:
wsdjeg 2017-11-18 23:19:09 +08:00
parent b60870a409
commit d80bdb55e1

View File

@ -13,7 +13,7 @@ going on.
<li>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
<span class="post-date">{{ post.date | date_to_string }}</span>
<h4>{{ post.excerpt | truncatewords: 100 }}</h4>
<h3>{{ post.excerpt | truncatewords: 100 }}</h3>
</li>
{% endfor %}
</ul>