diff --git a/catalog/templates/album.html b/catalog/templates/album.html
index b41dd6bf..5d6d3f58 100644
--- a/catalog/templates/album.html
+++ b/catalog/templates/album.html
@@ -30,7 +30,7 @@
});
$(this).remove();
})
-
+
{% endif %}
{% endif %}
@@ -53,7 +53,7 @@
});
$(this).remove();
})
-
+
{% endif %}
{% endif %}
@@ -110,20 +110,16 @@
{% block content %}
{% if item.track_list %}
- {{ item.track_list | linebreaksbr }}曲目
-
{{ item.track_list | linebreaksbr }}
{% endif %} {% if item.get_embed_link %} -{{ item.contents | linebreaksbr }}
-{{ item.contents | linebreaksbr }}
{% endif %} {% endblock %} {% block left_sidebar %} diff --git a/catalog/templates/item_base.html b/catalog/templates/item_base.html index f1d01f32..41d512af 100644 --- a/catalog/templates/item_base.html +++ b/catalog/templates/item_base.html @@ -332,15 +332,15 @@{{ item.brief | linebreaksbr }}
{% else %}暂缺
{% endif %} + {% block content %}{% endblock %}