diff --git a/src/templates/nodes/custom/page/view_embed.pug b/src/templates/nodes/custom/page/view_embed.pug index 8f84d64c..8d3bdb4d 100644 --- a/src/templates/nodes/custom/page/view_embed.pug +++ b/src/templates/nodes/custom/page/view_embed.pug @@ -5,14 +5,14 @@ include ../../../mixins/components | {% block bodyclasses %}{% endblock %} | {% block body %} +| {% if node.picture %} .expand-image-links.imgs-fluid - | {% if node.picture %} +jumbotron( "{{ node.name }}", null, "{{ node.picture.thumbnail('h', api=api) }}", "{{ node.url }}") - | {% endif %} +| {% endif %} .container.pb-5 .row