diff --git a/templates/system/page.html.twig b/templates/system/page.html.twig index 1857806..b1fa624 100644 --- a/templates/system/page.html.twig +++ b/templates/system/page.html.twig @@ -20,9 +20,6 @@ * - front_page: The URL of the front page. Use this instead of base_path when * linking to the front page. This includes the language domain or prefix. * - * Navigation: - * - breadcrumb: The breadcrumb trail for the current page. - * * Page content (in order of occurrence in the default page.html.twig): * - title_prefix: Additional output populated by modules, intended to be * displayed in front of the main title tag that appears in the template. @@ -138,13 +135,6 @@ {% endblock %} {% endif %} - {# Breadcrumbs #} - {% if breadcrumb %} - {% block breadcrumb %} - {{ breadcrumb }} - {% endblock %} - {% endif %} - {# Action Links #} {% if action_links %} {% block action_links %}