Update 3 files

- /_layouts/post.html
- /proxylist.md
- /index.html
This commit is contained in:
mayx
2025-03-31 03:17:33 +00:00
parent 7785bc18c7
commit e7bc272a81
3 changed files with 14 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ layout: default
{{content}}
{% if page.tags %}
<small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small>
<small>tags: {% for tag in page.tags %}<a href="/search.html?keyword={{ tag | url_encode }}"><em>{{ tag }}</em></a>{% unless forloop.last %} - {% endunless %}{% endfor %}</small>
{% endif %}
<br />
<br />