diff --git a/_includes/layouts/homepage.njk b/_includes/layouts/homepage.njk index 7060970..84c5de8 100644 --- a/_includes/layouts/homepage.njk +++ b/_includes/layouts/homepage.njk @@ -6,6 +6,9 @@ title: { html: title | smart } if title, + title: { + html: customPageTitle | smart + } if customPageTitle, description: { html: description | markdown("inline") | noOrphans } if description, diff --git a/docs/index.md b/docs/index.md index cb9d94b..16a11e0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,8 @@ --- homepage: true layout: homepage -title: Design pages that help users find information and services on GOV.UK +title: Home +customPageTitle: Design pages that help users find information and services on GOV.UK description: The GOV.UK Publishing Design Guide is an extension of the GOV.UK Design System, aimed at people working in the GOV.UK programme at the Government Digital Service. image: src: /assets/images/homepage.svg