diff --git a/_config/filters.js b/_config/filters.js index 4587047..8b8db2c 100644 --- a/_config/filters.js +++ b/_config/filters.js @@ -61,7 +61,7 @@ export default function (eleventyConfig) { /* Filter out structural tags */ eleventyConfig.addFilter("removeBasicTags", (tags) => { - return tags.filter((tag) => ["all", "doublePagination"].indexOf(tag) === -1); + return tags.filter((tag) => ["all", "providers", "doublePagination"].indexOf(tag) === -1); }); /* What it says on the tin */ diff --git a/_includes/layouts/provider.njk b/_includes/layouts/provider.njk index cfe788a..f2cb2eb 100644 --- a/_includes/layouts/provider.njk +++ b/_includes/layouts/provider.njk @@ -33,10 +33,10 @@ layout: base.njk diff --git a/css/main.css b/css/main.css index 9e5463e..93cef23 100644 --- a/css/main.css +++ b/css/main.css @@ -180,10 +180,10 @@ span.ha-placeholder { /* location spans */ .location::before { - content: "📍" / "is based out of "; + content: "📍 " / "is based out of "; } .online::before { - content: "🌐" / "is "; + content: "🌐 " / "is "; } .location, .online { diff --git a/src/accessibility.md b/src/accessibility.md index c0fcf75..636682e 100644 --- a/src/accessibility.md +++ b/src/accessibility.md @@ -6,14 +6,6 @@ title: accessibility
-## program accessibility statement - -tbd - -
- -
- ## site accessibility statement This is an accessibility statement from Spoonfairies.