Skip to content

Commit

Permalink
Adds empty breadcrumbs block for use by microsites_base (#636)
Browse files Browse the repository at this point in the history
* adds empty breadcrumbs block for use by microsites_base

* adds support for facet forms

* adds more space between items

---------

Co-authored-by: Finn <[email protected]>
  • Loading branch information
markconroy and finnlewis authored Oct 15, 2024
1 parent 0e70057 commit 6b5cac7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/content/node--localgov-event--full.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@
{{ title_suffix }}

<div class="lgd-container padding-horizontal">
{% block breadcrumbs %}
{#
This block is a placeholder for the breadcrumbs block, which is used
by the localgov_microsites_base theme.
#}
{% endblock %}

<div class="node__restricted-width-section">
{% set atc_title = node.title.value %}

Expand Down

0 comments on commit 6b5cac7

Please sign in to comment.