mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-15 08:09:11 +08:00
Fix #230
This commit is contained in:
parent
3f038100ba
commit
e99a95a08a
@ -23,12 +23,9 @@ To report an issue or give feedback to the developers, please use the [issue tra
|
||||
## Blogs
|
||||
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
{% alert(post.categories) %}
|
||||
{% for post in site.categories.blog %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</li>
|
||||
{% if post.categories == "blog" %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
@ -36,11 +36,9 @@ endfunction
|
||||
## Changelog
|
||||
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
{% if post.categories == "changelog" %}
|
||||
{% for post in site.categories.changelog %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user