]> git.0d.be Git - panikweb.git/commitdiff
add separator between title and categories
authorFrédéric Péters <fpeters@0d.be>
Fri, 10 Jun 2022 07:10:42 +0000 (09:10 +0200)
committerFrédéric Péters <fpeters@0d.be>
Fri, 10 Jun 2022 07:10:42 +0000 (09:10 +0200)
panikweb/templates/episodes/resume.html

index b0ce2ae00dad5bce98fff2461a9d21fc89ffdb80..4708867260cb56d6b99f08e7c87fb089c797e190 100644 (file)
@@ -62,6 +62,7 @@
                                </strong>
                                {% if episode.emission.categories %}
                                        <span class="categories">
+                                       ·
                                        {% for category in episode.emission.categories.all %}
                                                {% if forloop.counter > 1 %} - {% endif %}<span class="category">{{category}}</span>
                                        {% endfor%}