From e82c97c68d3b912184f74affaf95a3079133f89b Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Tue, 2 Jul 2024 13:10:59 +0100 Subject: [PATCH] Code style fixes --- app/index.md | 2 +- app/posts/digital-public-works-ideas.md | 2 +- eleventy.config.js | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/index.md b/app/index.md index d36ed1c..909a35c 100644 --- a/app/index.md +++ b/app/index.md @@ -87,7 +87,7 @@ description: A community-maintained collection of resources which are useful for ### Analysis -- [Quarto templates](https://github.com/DataS-DHSC/dhsc_quarto_template) +- [Quarto templates](https://github.com/DataS-DHSC/dhsc_quarto_template) ### Product management diff --git a/app/posts/digital-public-works-ideas.md b/app/posts/digital-public-works-ideas.md index 056d09e..fce1fb0 100644 --- a/app/posts/digital-public-works-ideas.md +++ b/app/posts/digital-public-works-ideas.md @@ -96,6 +96,6 @@ Perhaps there a could be a way for teams to share these ideas and collaborativel --- The background pattern in this post’s illustration was created using [Fractalpuzzlejs](https://github.com/proceduraljigsaw/Fractalpuzzlejs). - + Thanks to Steve Messer, Claire Hughes and Ed Horsford for reviewing this post. diff --git a/eleventy.config.js b/eleventy.config.js index 98713b3..38522e1 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -1,9 +1,8 @@ const govukEleventyPlugin = require('@x-govuk/govuk-eleventy-plugin') -const rssPlugin = require("@11ty/eleventy-plugin-rss"); +const rssPlugin = require('@11ty/eleventy-plugin-rss') module.exports = function (eleventyConfig) { - - eleventyConfig.addPlugin(rssPlugin); + eleventyConfig.addPlugin(rssPlugin) eleventyConfig.addPlugin(govukEleventyPlugin, { icons: { @@ -25,8 +24,8 @@ module.exports = function (eleventyConfig) { meta: { items: [ { - href: "/feed.xml", - text: "Subscribe to feed" + href: '/feed.xml', + text: 'Subscribe to feed' } ] },