From 51305ab8c5bb49ea298eab8d783719017da246dc Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Mon, 25 Jul 2022 14:18:44 +0100 Subject: [PATCH] Remove broken link in page template guidance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ‘variables’ and ‘blocks’ tables were merged in #1311 but this link was missed. --- src/styles/page-template/index.md.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/page-template/index.md.njk b/src/styles/page-template/index.md.njk index 4f8bc5d9bb..2ca89a2e86 100644 --- a/src/styles/page-template/index.md.njk +++ b/src/styles/page-template/index.md.njk @@ -104,7 +104,7 @@ To change the components that are included in the page template by default, set assetUrl Variable - Set the domain for the Open Graph meta tag image asset. If you need to use both your own domain and your own image path and filename, add <meta property="og:image" content="YOUR-ABSOLUTE-URL"> inside the head block instead of using `assetUrl`. + Set the domain for the Open Graph meta tag image asset. If you need to use both your own domain and your own image path and filename, add <meta property="og:image" content="YOUR-ABSOLUTE-URL"> inside the head block instead of using `assetUrl`.