From 2316b814f5dcf561d23c45586e1a462cf8142bce Mon Sep 17 00:00:00 2001 From: Ray Estrada Date: Mon, 9 Dec 2024 11:33:08 -0800 Subject: [PATCH] VOTE-2994 remove legacy block from page template --- web/themes/custom/votegov/templates/layout/page.html.twig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/themes/custom/votegov/templates/layout/page.html.twig b/web/themes/custom/votegov/templates/layout/page.html.twig index dd2d0fd0..09923274 100644 --- a/web/themes/custom/votegov/templates/layout/page.html.twig +++ b/web/themes/custom/votegov/templates/layout/page.html.twig @@ -71,11 +71,6 @@ {# Government banner component #} {{ drupal_entity('block_content', '1') }} -{# If the current page has been marked as outdated and it's the front page #} -{% if is_front and node.content_translation_outdated.value == 1 %} - {{ drupal_entity('block_content', '20') }} -{% endif %} - {# Sitewide alert component #} {{ drupal_view('sitewide_alert', 'block_1') }}