Skip to content

Commit 29ecd93

Browse files
committed
Enable rebranding across the guide layouts
1 parent 0c4606f commit 29ecd93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

guide/layouts/default.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
doctype html
2-
html.govuk-template lang="en"
2+
html.govuk-template.govuk-template--rebranded lang="en"
33
== render '/partials/head.*'
44
body.govuk-template__body
55
== render '/partials/header.*'

guide/layouts/example.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
doctype html
2-
html.govuk-template lang="en"
2+
html.govuk-template.govuk-template--rebranded lang="en"
33
== render '/partials/head.*'
44
body.govuk-template__body.app-iframe
55
script

guide/layouts/splash.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
doctype html
2-
html.govuk-template lang="en"
2+
html.govuk-template.govuk-template--rebranded lang="en"
33
== render '/partials/head.*'
44
body.govuk-template__body
55
== render '/partials/header.*'

0 commit comments

Comments
 (0)