From c3a9c78fd351ecada2d0f88b99ba36fb95fb6eb0 Mon Sep 17 00:00:00 2001 From: rdrew Date: Tue, 7 Jul 2026 08:38:12 -0300 Subject: [PATCH] sideshow on lp --- .../content/node--landing-page.html.twig | 66 ++++++++++--------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/templates/content/node--landing-page.html.twig b/templates/content/node--landing-page.html.twig index 58d219f..2332ee8 100755 --- a/templates/content/node--landing-page.html.twig +++ b/templates/content/node--landing-page.html.twig @@ -80,37 +80,39 @@ not node.isPublished() ? 'node--unpublished', view_mode ? 'node--view-mode-' ~ view_mode|clean_class, ] %} - -
- {{ title_prefix }} - {% if label and not page %} - - {{ label }} - - {% endif %} - {{ title_suffix }} - {% if display_submitted %} -
- {% if author_picture %} -
- {{ author_picture }} +
+ +
+ {{ title_prefix }} + {% if label and not page %} + + {{ label }} + + {% endif %} + {{ title_suffix }} + {% if display_submitted %} +
+ {% if author_picture %} +
+ {{ author_picture }} +
+ {% endif %} + + {{ 'By'|t }} {% apply spaceless %}{{ author_name }}{% endapply %}, {{ date }} + + {{ metadata }}
{% endif %} - - {{ 'By'|t }} {% apply spaceless %}{{ author_name }}{% endapply %}, {{ date }} - - {{ metadata }} -
- {% endif %} -
- - {# Comments not part of content, so they won't inherit .text-content styles. #} - {{ content|without('comment') }} - - {% if content.comment %} -
- {{ content.comment }} -
- {% endif %} - - + + + {# Comments not part of content, so they won't inherit .text-content styles. #} + {{ content|without('comment') }} + +{% if content.comment %} +
+ {{ content.comment }} +
+{% endif %} + + +