summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--links.md3
-rw-r--r--proxylist.md4
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 %}