split tags in label
This commit is contained in:
parent
79abc84905
commit
1c0e4a07b5
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
{% if document.tags.count > 0 %}
|
||||
<div class="label-footer-tags">Filed under:
|
||||
{% for tag in document.tags.all %}
|
||||
{{ tag.name }}
|
||||
{{ tag.name }}{% if not forloop.last %} / {% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<div class="label-footer-url">
|
||||
|
|
Loading…
Reference in a new issue