-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
The govukRebrand global only seems to be partially working. It's getting picked up by the main template and setting the colour scheme, but the footer and header don't seem to acknowledge it properly, so I'm having to set "rebrand" to true for those components in addition to govukRebrand.
I believe these line aren't working as intended:
| {%- set _rebrand = params.rebrand | default(govukRebrand() if govukRebrand and govukRebrand is callable else govukRebrand) -%} |
| {%- set _rebrand = params.rebrand | default(govukRebrand() if govukRebrand and govukRebrand is callable else govukRebrand) -%} |
Unless I'm missing something, or this is intentional?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels