diff --git a/cps/templates/index.html b/cps/templates/index.html index 79ee29b6..28807343 100644 --- a/cps/templates/index.html +++ b/cps/templates/index.html @@ -125,9 +125,13 @@

{% if entry.series.__len__() > 0 %}

+ {% if page != "series" %} {{entry.series[0].name}} + {% else %} + {{entry.series[0].name}} + {% endif %} ({{entry.series_index|formatseriesindex}})

{% endif %}