hide actor in card before rewriting card template

This commit is contained in:
Your Name 2023-06-07 05:01:33 -04:00 committed by Henri Dickson
parent e02f74e3ae
commit 54814cbf88

View file

@ -62,10 +62,10 @@
</div>
<div class="full">
{% block full %}
{% if item.actor %}
{% comment %} {% if item.actor %}
{% include '_people.html' with people=item.actor role='主演' max=2 %}
<br>
{% endif %}
{% endif %} {% endcomment %}
{% if item.other_title %}
{% include '_people.html' with people=item.other_title role='又名' max=2 %}
<br>