diff options
author | mayx | 2025-04-03 17:01:33 +0000 |
---|---|---|
committer | mayx | 2025-04-03 17:01:33 +0000 |
commit | b0bf30adcdb8b5213e29ceef3966e889da433805 (patch) | |
tree | 862749cd375a8468ade8f7003fb1738289c5d034 | |
parent | ae668ef4121c9b404e5497a870f61c45a1ad7c0e (diff) |
Update 2 files
- /proxylist.md - /links.md
-rw-r--r-- | links.md | 3 | ||||
-rw-r--r-- | proxylist.md | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/links.md b/links.md index a7846a1..4fd5a72 100644 --- a/links.md +++ b/links.md @@ -7,8 +7,7 @@ tags: [links] --- | Link | Description | -| - | - | -{%- for item in site.data.links -%} +| - | - |{% for item in site.data.links %} | [{{ item.title }}]({{ item.link }}) | {{ item.description }} | {% endfor %} diff --git a/proxylist.md b/proxylist.md index 1a8dcf4..686ce19 100644 --- a/proxylist.md +++ b/proxylist.md @@ -10,13 +10,13 @@ title: 代理列表 # 代理列表 考虑到中国对于Github Pages在很多地区都有一定程度的解析异常,所以我为我的博客做了很多反向代理。以下代理站均为官方授权: (根据可能的可用性排序) -{% for item in site.data.proxies %} +{%- for item in site.data.proxies -%} - <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/> {% endfor %} # 镜像列表 由于[Github已经不再可信](/2022/01/04/banned.html),所以现在提供以下镜像站: -{% for item in site.data.mirrors %} +{%- for item in site.data.mirrors -%} - <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/> {% endfor %} |