mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
synced 2026-05-22 23:14:22 +08:00
Update 2 files
- /assets/js/pjax.js - /index.html
This commit is contained in:
@@ -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 | uri_escape }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
|
||||
<a rel="category tag" class="p-category" href="/search.html?keyword={{ tag | uri_escape }}" onclick="event.stopPropagation()"><code style="white-space: nowrap">#{{ tag }}</code></a>
|
||||
{% endfor %}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user