show work author in ui

This commit is contained in:
Your Name 2024-04-09 15:54:11 -04:00 committed by Henri Dickson
parent 353be7917d
commit 012e557410

View file

@ -20,6 +20,15 @@
{% endfor %}
{% endif %}
</div>
<div>
{% if item.author %}
{% trans '作者:' %}
{% for author in item.author %}
<span>{{ author }}</span>
{% if not forloop.last %}/{% endif %}
{% endfor %}
{% endif %}
</div>
{% endblock %}
{% block left_sidebar %}{% endblock %}
<!-- class specific sidebar -->