From a2b134f9826bd0fafa38c61574a6ace7c824da1d Mon Sep 17 00:00:00 2001 From: Mike Monteith Date: Wed, 8 May 2024 15:46:18 +0100 Subject: [PATCH] Remove use of the `url` filter This is not needed with 11ty base plugin --- docs/_includes/example.njk | 4 ++-- docs/_includes/layouts/component.njk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_includes/example.njk b/docs/_includes/example.njk index eb6e5bc..1179818 100644 --- a/docs/_includes/example.njk +++ b/docs/_includes/example.njk @@ -1,6 +1,6 @@
- Open this example ({{ title }}) in a new window + Open this example ({{ title }}) in a new window
diff --git a/docs/_includes/layouts/component.njk b/docs/_includes/layouts/component.njk index 3527d30..f626122 100644 --- a/docs/_includes/layouts/component.njk +++ b/docs/_includes/layouts/component.njk @@ -5,7 +5,7 @@ {% set sidebar %} {{ appSideNavigation({ classes: 'nhsuk-u-padding-top-6', - currentPath: page.url | url, + currentPath: page.url, sections: [ { heading: {