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 %}