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

docs(index): remove news image

This commit is contained in:
Eric Wong 2024-03-24 15:02:50 +08:00
parent 6ca19772e1
commit 7f33b177fe
2 changed files with 0 additions and 4 deletions

View File

@ -32,8 +32,6 @@ SpaceVim 是一个模块化的 Vim 和 Neovim 配置集合,它的灵感来自
<br>
<span class="post-date">{{ post.date | date_to_string }}</span>
<p>{{ post.description | truncatewords: 100 }}</p>
<br>
<img alt="{{ post.title }}" src="{{ post.image }}">
{% endfor %}
</ul>

View File

@ -33,8 +33,6 @@ check out [following-HEAD](following-head/) page for what happened since last re
<br>
<span class="post-date">{{ post.date | date_to_string }}</span>
<p>{{ post.description | truncatewords: 100 }}</p>
<br>
<img alt="{{ post.title }}" src="{{ post.image }}">
{% endfor %}
</ul>