mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-12-20 03:15:35 +01:00
Update 3 files
- /_layouts/post.html - /proxylist.md - /index.html
This commit is contained in:
parent
7785bc18c7
commit
e7bc272a81
3 changed files with 14 additions and 6 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue