From e7bc272a812ae518c76d0c3d76e4065f15b61ef2 Mon Sep 17 00:00:00 2001 From: mayx Date: Mon, 31 Mar 2025 03:17:33 +0000 Subject: Update 3 files - /_layouts/post.html - /proxylist.md - /index.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 c86b6ef..f2b57a1 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -78,7 +78,7 @@ layout: default {{content}} {% if page.tags %} -tags: {{ page.tags | join: " - " }} +tags: {% for tag in page.tags %}{{ tag }}{% unless forloop.last %} - {% endunless %}{% endfor %} {% endif %}

-- cgit 1.4.1-2-gfad0