diff --git a/src/_includes/layouts/catalogue-item.html b/src/_includes/layouts/catalogue-item.html index e5ba9a4..4683c7c 100644 --- a/src/_includes/layouts/catalogue-item.html +++ b/src/_includes/layouts/catalogue-item.html @@ -6,16 +6,14 @@ imageCaption: "" {% set filteredTags = tags | filterCatalogueTags %}
-
- {% block image %} - {% if image %} - {% image image, imageAlt, imageCaption %} - {% endif %} - {% endblock %} -
+ {% block image %} + {% if image %} + {% image image, imageAlt, imageCaption %} + {% endif %} + {% endblock %}
{% block title %}

{{ title }}

{% endblock %} - {% if subtitle %}

{{ subtitle }}

{% endif %} + {% if subtitle %}

{{ subtitle }}

{% endif %} {{ tertiary | safe }} {% if rating %}
@@ -24,7 +22,7 @@ imageCaption: ""
{% endif %} {% if filteredTags | length > 0 %} -