diff --git a/contao/templates/frontend/pinnwand.html.twig b/contao/templates/frontend/pinnwand.html.twig index 99b88f0..6c61f53 100644 --- a/contao/templates/frontend/pinnwand.html.twig +++ b/contao/templates/frontend/pinnwand.html.twig @@ -5,8 +5,9 @@
{% for entry in entries %} + {% set isImageOnly = entry.imageFigure and not entry.headline and not entry.text and not entry.link %}