Skip to content

Commit

Permalink
VOTE-2994 remove legacy block from page template (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada authored Dec 10, 2024
1 parent 87238fd commit 6ed93b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions web/themes/custom/votegov/templates/layout/page.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}

Expand Down

0 comments on commit 6ed93b2

Please sign in to comment.