Переглянути джерело

Update 3 files

- /_data/proxylist.yml
- /index.html
- /_layouts/post.html
mayx 6 місяців тому
батько
коміт
73415fe7ec
3 змінених файлів з 4 додано та 4 видалено
  1. 2 2
      _data/proxylist.yml
  2. 1 1
      _layouts/post.html
  3. 1 1
      index.html

+ 2 - 2
_data/proxylist.yml

@@ -16,7 +16,6 @@ mirrors:
 - https://mayx.vercel.app/
 - https://mayx.netlify.app/
 - https://mabbs.kinsta.page/
-- https://mayx.local-kde.org/
 - https://mayx.codeberg.page/
 - https://mayx.4everland.app/
 - https://unmayx.bitbucket.io/
@@ -28,12 +27,13 @@ gits:
 - https://gitlab.com/mayx/mayx.gitlab.io
 - https://framagit.org/mayx/mayx.frama.io
 - https://salsa.debian.org/mayx/mayx.pages.debian.net
-- https://invent.kde.org/mayx/mayx.local-kde.org
 - https://codeberg.org/mayx/blog
 - https://git.gay/mayx/mayx
 - https://gitea.com/mayx/mayx
+- https://gitea.moe/Mayx/mayx
 - https://gitgud.io/mayx/mayx
 - https://git.sr.ht/~mayx/mayx
+- https://tvoygit.ru/Mayx/mayx
 - https://git.envs.net/Mayx/mayx
 - https://tildegit.org/Mayx/mayx
 - https://git.launchpad.net/mayx

Різницю між файлами не показано, бо вона завелика
+ 1 - 1
_layouts/post.html


+ 1 - 1
index.html

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