From e1e8af424e2130e55bf1c6cc0bc17850b109b955 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 9 Jan 2023 03:07:20 -0500 Subject: [PATCH] fix tags link --- common/templates/partial/_sidebar.html | 45 ++------------------------ 1 file changed, 3 insertions(+), 42 deletions(-) diff --git a/common/templates/partial/_sidebar.html b/common/templates/partial/_sidebar.html index f10bb579..df6441ff 100644 --- a/common/templates/partial/_sidebar.html +++ b/common/templates/partial/_sidebar.html @@ -81,61 +81,22 @@ + {% if top_tags %}
{% trans '常用标签' %}
{% trans '更多' %}
- {% if top_tags %} {% for t in top_tags %} - {{ t }} + {{ t }} {% endfor %}
- {% endif %} - {% if book_tags %} -
{% trans '书籍' %}
- {% for v in book_tags %} - - {{ v.content }} - - {% endfor %} -
- {% endif %} - - {% if movie_tags %} -
{% trans '电影和剧集' %}
- {% for v in movie_tags %} - - {{ v.content }} - - {% endfor %} -
- {% endif %} - - {% if music_tags %} -
{% trans '音乐' %}
- {% for v in music_tags %} - - {{ v.content }} - - {% endfor %} -
- {% endif %} - - {% if game_tags %} -
{% trans '游戏' %}
- {% for v in game_tags %} - - {{ v.content }} - - {% endfor %} -
- {% endif %}
+ {% endif %}