diff --git a/src/_includes/layouts/catalogue-item.html b/src/_includes/layouts/catalogue-item.html index a05c464..6901ece 100644 --- a/src/_includes/layouts/catalogue-item.html +++ b/src/_includes/layouts/catalogue-item.html @@ -14,10 +14,17 @@ imageCaption: ""

{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %} {% if rating %}
{{ stars(rating) }}
{% endif %} - {% if tertiary %} -
- {{ tertiary | safe }} -
+ {% if tertiary or year %} +
+ {% if tertiary %} +
+ {{ tertiary | safe }} +
+ {% endif %} + {% if year %} +

ca. {{ year }}

+ {% endif %} +
{% endif %} {% if filteredTags | length > 0 %}