From 10991605e4d9eb92919ac3d1e7758db45ef55800 Mon Sep 17 00:00:00 2001 From: vickytnz Date: Wed, 4 Sep 2024 00:13:14 +0100 Subject: [PATCH] tidy up --- _site/examples/complex-question/index.html | 2 +- _site/examples/list/index.html | 2 +- _site/examples/tabs/index.html | 2 +- _site/index.html | 2 +- app/examples/input-labels/index.md | 2 +- eleventy.config.js | 3 +-- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/_site/examples/complex-question/index.html b/_site/examples/complex-question/index.html index 846db307..7c73744d 100644 --- a/_site/examples/complex-question/index.html +++ b/_site/examples/complex-question/index.html @@ -315,7 +315,7 @@

Support links

This site is licenced under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license diff --git a/_site/examples/list/index.html b/_site/examples/list/index.html index 62e08c84..719d29af 100644 --- a/_site/examples/list/index.html +++ b/_site/examples/list/index.html @@ -371,7 +371,7 @@

Support links

This site is licenced under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license diff --git a/_site/examples/tabs/index.html b/_site/examples/tabs/index.html index ab50e6b5..7d2353e3 100644 --- a/_site/examples/tabs/index.html +++ b/_site/examples/tabs/index.html @@ -251,7 +251,7 @@

Support links

This site is licenced under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license diff --git a/_site/index.html b/_site/index.html index 0d4a81a3..b993b645 100644 --- a/_site/index.html +++ b/_site/index.html @@ -126,7 +126,7 @@

Support links

This site is licenced under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license diff --git a/app/examples/input-labels/index.md b/app/examples/input-labels/index.md index 35ede8ab..10facc8d 100644 --- a/app/examples/input-labels/index.md +++ b/app/examples/input-labels/index.md @@ -11,7 +11,7 @@ mistake: improvement: - link: improved height: 700px - reason: Using autocomplete means that any saved fields are more likely to be correctly suggested + reason: Using autocomplete means that any saved fields are more likely to be correctly suggested. links: - text: Autofill fields on the HTML specification diff --git a/eleventy.config.js b/eleventy.config.js index 1ce1594c..8022e440 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -7,7 +7,6 @@ const { readFileSync } = require('fs') */ const syntaxHighlightPlugin = require('@11ty/eleventy-plugin-syntaxhighlight'); - module.exports = function(eleventyConfig) { // Register the plugin eleventyConfig.addPlugin(syntaxHighlightPlugin); @@ -63,7 +62,7 @@ module.exports = function(eleventyConfig) { text: "Sitemap" } ], - html: 'This is a new unofficial community project - view project history or source code' + html: 'This is a new unofficial community project - view project history, source code, or how to contribute' }, contentLicence: {