Skip to content

Commit

Permalink
Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto committed Jul 2, 2024
1 parent 37a26b1 commit e82c97c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/posts/digital-public-works-ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ Perhaps there a could be a way for teams to share these ideas and collaborativel
---

<small>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.
</small>
9 changes: 4 additions & 5 deletions eleventy.config.js
Original file line number Diff line number Diff line change
@@ -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: {
Expand All @@ -25,8 +24,8 @@ module.exports = function (eleventyConfig) {
meta: {
items: [
{
href: "/feed.xml",
text: "Subscribe to feed"
href: '/feed.xml',
text: 'Subscribe to feed'
}
]
},
Expand Down

0 comments on commit e82c97c

Please sign in to comment.