Browse Source

Update 4 files

- /index.html
- /_layouts/post.html
- /_layouts/xslt_container.html
- /_data/other_repo_list.csv
mayx 1 month ago
parent
commit
e516a5d08c
4 changed files with 2 additions and 5 deletions
  1. 0 2
      _data/other_repo_list.csv
  2. 1 1
      _layouts/post.html
  3. 0 1
      _layouts/xslt_container.html
  4. 1 1
      index.html

+ 0 - 2
_data/other_repo_list.csv

@@ -414,7 +414,6 @@ http://36.213.200.127:23000/mayx/blog
 http://8.155.58.218:9000/mayx/blog
 http://fanlibo.i234.me:8418/mayx/blog
 http://rito.synology.me:3000/mayx/blog
-http://www.dothing.com:6999/mayx/blog
 http://8.217.32.95:3000/mayx/blog
 https://git.temporaryname.org/mayx/blog
 https://Repo.gusdya.net/mayx/blog
@@ -484,7 +483,6 @@ http://57.180.83.114:3001/mayx/blog
 http://192.238.205.92:3000/mayx/blog
 https://git.smart-tool.jp/mayx/blog
 http://39.98.126.115:8080/mayx/blog
-https://gitea.ziyuanstore.com/mayx/blog
 http://git.atomlust.com/mayx/blog
 https://auroral.net/mayx/blog
 https://git.zhuzihan.com/mayx/blog

File diff suppressed because it is too large
+ 1 - 1
_layouts/post.html


+ 0 - 1
_layouts/xslt_container.html

@@ -2,7 +2,6 @@
 <?xml-stylesheet type="text/xml" href="/feed.xslt.xml"?>
 <?xml-stylesheet type="text/css" href="/assets/css/xslt.css"?>
 <xsl:stylesheet
-    version="3.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:sm="http://www.sitemaps.org/schemas/sitemap/0.9">

+ 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 | uri_encode }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
+    <a rel="category tag" class="p-category" href="/search.html?keyword={{ tag | uri_escape }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
     {% endfor %}
   </span>
   {% endif %}