diff --git a/templates/product.html.twig b/templates/product.html.twig index 1f1c0f0..35ba9ac 100644 --- a/templates/product.html.twig +++ b/templates/product.html.twig @@ -11,8 +11,7 @@ {{ product.name }} - {{ product.subTitle }} + {{ product.subTitle }} {% if product.promotions is not null and product.promotions.hasPromotion %}PROMO: {{ product.promotions.tag }} {% endif %}