Skip to content

Heading and breadcrumbs #345

@justinepocock

Description

@justinepocock

Why are the h1 and breadcrumbs for microsites in the node--full template instead of being set in regions by blocks?

 <div class="full__breadcrumbs">
      {{ drupal_entity('block', 'localgov_microsites_base_breadcrumbs') }}
    </div>

    {{ title_prefix }}
    <h1{{ title_attributes.addClass('full__title') }}>
      {{ label }}
    </h1>
    {{ title_suffix }}

I'm trying to get publications working nicely but I need to set some blocks and the theme is getting in the way.

I'll make a template for the pubs full display but just wondering what I'm missing here and why this template is working this way?

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions