From 73415fe7ec8a69b61130666d65d4b2fe11cf03cc Mon Sep 17 00:00:00 2001 From: mayx Date: Thu, 7 Aug 2025 14:01:09 +0000 Subject: Update 3 files - /_data/proxylist.yml - /index.html - /_layouts/post.html--- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 4769a36..1de008b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -81,7 +81,7 @@ layout: default {% if page.layout == "encrypt" %} {{content}} {% else %}
{% capture a_post_content %}{% include anchor_headings.html html=content beforeHeading=true anchorBody="" %}{% endcapture %}{{ a_post_content | replace: '
', '

' }}

{% endif %} {% if page.tags %} -tags: {% for tag in page.tags %}{{ tag }}{% unless forloop.last %} - {% endunless %}{% endfor %} 查看原始文件 +tags: {% for tag in page.tags %}{{ tag }}{% unless forloop.last %} - {% endunless %}{% endfor %} 查看原始文件 {% endif %} {% if page.layout != "encrypt" %}

推荐文章

-- cgit v1.2.3