1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00

Fix blog list

This commit is contained in:
wsdjeg 2017-02-13 20:59:06 +08:00
parent 4147f223bd
commit f5c46423df

View File

@ -24,7 +24,8 @@ To report an issue or give feedback to the developers, please use the [issue tra
<ul>
{% for post in site.posts %}
{% if post.categorie != "changelog" %}
{% if post.categories contains "changelog" %}
{% else %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>