diff --git a/templates/content/node--teaser-list-no-read-more.html.twig b/templates/content/node--teaser-list-no-read-more.html.twig index c58bb20..9e5a388 100644 --- a/templates/content/node--teaser-list-no-read-more.html.twig +++ b/templates/content/node--teaser-list-no-read-more.html.twig @@ -69,29 +69,19 @@ node.isSticky() ? 'node--sticky', not node.isPublished() ? 'node--unpublished', view_mode ? 'node--view-mode-' ~ view_mode|clean_class, + node.field_media.isEmpty() ? 'no-image-teaser', 'clearfix', + 'teaser-list', ] %} -
- {{ title_prefix }} - {% if label and not page %} - - {{ label }} - - {% endif %} - {{ title_suffix }} -
- {% if display_submitted %} -
- {{ author_picture }} - {% block submitted %} - {{ date }} - {% endblock %} - {{ metadata }} -
- {% endif %} - {{ content }} + {{ content.field_media }} +

+ {{ label }} +

+ {{ content.body }} + {{ content.field_tags }} + Read more \ No newline at end of file