Skip to content

Commit 9f029d3

Browse files
Code style fixes (#132)
1 parent 37a26b1 commit 9f029d3

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

app/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ description: A community-maintained collection of resources which are useful for
8787

8888
### Analysis
8989

90-
- [Quarto templates](https://github.com/DataS-DHSC/dhsc_quarto_template)
90+
- [Quarto templates](https://github.com/DataS-DHSC/dhsc_quarto_template)
9191

9292
### Product management
9393

app/posts/digital-public-works-ideas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ Perhaps there a could be a way for teams to share these ideas and collaborativel
9696
---
9797

9898
<small>The background pattern in this post’s illustration was created using [Fractalpuzzlejs](https://github.com/proceduraljigsaw/Fractalpuzzlejs).
99-
99+
100100
Thanks to Steve Messer, Claire Hughes and Ed Horsford for reviewing this post.
101101
</small>

eleventy.config.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
const govukEleventyPlugin = require('@x-govuk/govuk-eleventy-plugin')
2-
const rssPlugin = require("@11ty/eleventy-plugin-rss");
2+
const rssPlugin = require('@11ty/eleventy-plugin-rss')
33

44
module.exports = function (eleventyConfig) {
5-
6-
eleventyConfig.addPlugin(rssPlugin);
5+
eleventyConfig.addPlugin(rssPlugin)
76

87
eleventyConfig.addPlugin(govukEleventyPlugin, {
98
icons: {
@@ -25,8 +24,8 @@ module.exports = function (eleventyConfig) {
2524
meta: {
2625
items: [
2726
{
28-
href: "/feed.xml",
29-
text: "Subscribe to feed"
27+
href: '/feed.xml',
28+
text: 'Subscribe to feed'
3029
}
3130
]
3231
},

0 commit comments

Comments
 (0)