mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-12-19 23:45:35 +01:00
Update 2 files
- /index.html - /README.md
This commit is contained in:
parent
3b70d3c4bd
commit
8b1135d688
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ title: 首页 - 我的文章
|
|||
{% if post.tags %}
|
||||
<span>
|
||||
{% for tag in post.tags %}
|
||||
<a href="/search.html?keyword={{ tag | url_encode }}"><code>#{{ tag }}</code></a>
|
||||
<a href="/search.html?keyword={{ tag | url_encode }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
|
||||
{% endfor %}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue