diff options
-rw-r--r-- | _data/links.csv | 1 | ||||
-rw-r--r-- | _data/proxylist.yml | 1 | ||||
-rw-r--r-- | sitemap.xsl | 12 |
3 files changed, 6 insertions, 8 deletions
diff --git a/_data/links.csv b/_data/links.csv index 55d7abd..04a8572 100644 --- a/_data/links.csv +++ b/_data/links.csv @@ -9,7 +9,6 @@ title,link,feed_url,description Kingfish404,https://blog.kingfish404.cn/,https://blog.kingfish404.cn/index.xml,"Stay curious,stay naive. WUT. Jin Yu's Blog" FKUN,https://blog.fkun.tech/,https://blog.fkun.tech/feed/, Sinofine,https://sinofine.me/,https://sinofine.me/atom.xml, -JiaoYuan's blog,https://jiaoyuan.org/,https://jiaoyuan.org/index.xml,思绪来得快去得也快,偶尔会在这里停留 花生莲子粥,https://blog.hslzz.cn/,https://blog.hslzz.cn/atom.xml,与世无争,不染于泥 南蛮子懋和,https://www.dao.js.cn/,https://www.dao.js.cn/feed.php,李懋和,俗名李栋梁。书法、国画爱好者,互联网安全与前端建设者。 Vullfin的博客,https://blog.vull.top/,https://blog.vull.top/atom.xml,Vullfin's Home Page diff --git a/_data/proxylist.yml b/_data/proxylist.yml index df99a86..793ef0a 100644 --- a/_data/proxylist.yml +++ b/_data/proxylist.yml @@ -1,7 +1,6 @@ proxies: - https://blog.mayx.workers.dev/ - https://mayx.deno.dev/ -- https://mayx.glitch.me/ - https://yuki.gear.host/ - https://mayx.serv00.net/ mirrors: diff --git a/sitemap.xsl b/sitemap.xsl index 6cf398e..256704b 100644 --- a/sitemap.xsl +++ b/sitemap.xsl @@ -8,12 +8,12 @@ title: Sitemap <ul> <xsl:for-each select="sm:urlset"> <xsl:for-each select="sm:url"> - <li> - <a> - <xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute> - <xsl:value-of select="sm:loc" /> - </a> - </li> + <li> + <a> + <xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute> + <xsl:value-of select="sm:loc" /> + </a> + </li> </xsl:for-each> </xsl:for-each> </ul> \ No newline at end of file |