mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-09-10 04:15:23 +02:00
Update 3 files
- /_layouts/post.html - /proxylist.md - /index.html
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user