diff options
author | mayx | 2025-03-31 03:17:33 +0000 |
---|---|---|
committer | mayx | 2025-03-31 03:17:33 +0000 |
commit | e7bc272a812ae518c76d0c3d76e4065f15b61ef2 (patch) | |
tree | 8f3354eb706f2a819df341fb5439a619159ac60e /_layouts/post.html | |
parent | 7785bc18c726c2757965874696fd0279cca57d2b (diff) |
Update 3 files
- /_layouts/post.html - /proxylist.md - /index.html
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} -<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 /> |