feat: reorganize watching section
This commit is contained in:
parent
8e41cb5af7
commit
8785c3d23b
16 changed files with 134 additions and 34 deletions
|
@ -18,7 +18,7 @@ permalink: "games/index.html"
|
|||
<ul class="[ categories ] [ cluster list-none p-0 line-height-m ]">
|
||||
{% for tag in tags %}
|
||||
<li>
|
||||
<a class="[ button ]" href="/games/tag/{{ tag.tag | slugify }}">
|
||||
<a class="[ button ]" href="tag/{{ tag.tag | slugify }}">
|
||||
{% include "svgs/frame.svg" %}
|
||||
{{ tag.tag }}</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue