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:
parent
4147f223bd
commit
f5c46423df
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user