From 95e4a4bcbd95c3f72b2f84cf2c146f3ca8757b16 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Tue, 23 Jul 2024 20:37:35 +0100 Subject: [PATCH] Show product name in page title --- eleventy.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eleventy.config.js b/eleventy.config.js index 8468800f..c55a9d29 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -16,11 +16,11 @@ module.exports = function (eleventyConfig) { opengraphImageUrl: 'https://x-govuk.github.io/govuk-eleventy-plugin/assets/opengraph-image.png', homeKey: 'GOV.UK Eleventy Plugin', + titleSuffix: 'GOV.UK Eleventy Plugin', parentSite: { url: 'https://x-govuk.github.io/#projects', name: 'X-GOVUK projects' }, - titleSuffix: 'X-GOVUK', url: process.env.GITHUB_ACTIONS && 'https://x-govuk.github.io/govuk-eleventy-plugin/',