mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-12-20 00:55:35 +01:00
Update 3 files
- /_data/proxylist.yml - /index.html - /_layouts/post.html
This commit is contained in:
parent
ada0170bc0
commit
73415fe7ec
3 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ image: https://screenshot.mayx.eu.org/
|
|||
{% if post.tags %}
|
||||
<span>
|
||||
{% for tag in post.tags %}
|
||||
<a rel="category tag" class="p-category" href="/search.html?keyword={{ tag | url_encode }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
|
||||
<a rel="category tag" class="p-category" href="/search.html?keyword={{ tag | url_encode | replace: '+', '%20' }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
|
||||
{% endfor %}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue