1
0
مراية لـ https://github.com/Mabbs/mabbs.github.io تم المزامنة 2026-07-20 07:31:50 +00:00
- /assets/js/pjax.js
- /index.html
هذا الالتزام موجود في:
mayx
2026-05-21 08:27:59 +00:00
الأصل c4ae25dcb1
التزام 111dc1e25f
2 ملفات معدلة مع 12 إضافات و50 حذوفات

عرض الملف

@@ -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 %}