feat: reorganize watching section

This commit is contained in:
Devin Haska 2025-01-24 13:56:57 -08:00
parent 8e41cb5af7
commit 8785c3d23b
16 changed files with 134 additions and 34 deletions

View file

@ -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>