mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
synced 2026-05-24 12:43:55 +00:00
Update 2 files
- /assets/js/pjax.js - /index.html
This commit is contained in:
parent
c4ae25dcb1
commit
111dc1e25f
2 changed files with 12 additions and 50 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 | 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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue