Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
vickytnz committed Sep 3, 2024
1 parent f61f76c commit 1099160
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _site/examples/complex-question/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h2 class="govuk-visually-hidden">Support links</h2>
</li>
</ul>
<div class="govuk-footer__meta-custom">
<strong class="govuk-tag govuk-phase-banner__content__tag">Beta</strong>This is a new unofficial community project - <a class="govuk-footer__link" href="/project-history">view project history</a> or <a class="govuk-footer__link" href="https://github.com/vickytnz/xgov-accessibility">source code</a>
<strong class="govuk-tag govuk-phase-banner__content__tag">Beta</strong>This is a new unofficial community project - <a class="govuk-footer__link" href="/project-history">view project history</a>, <a class="govuk-footer__link" href="https://github.com/vickytnz/xgov-accessibility">source code</a>, or how to <a class="govuk-footer__link" href="/contribute">contribute</a>
</div>
<span class="govuk-footer__licence-description">
This site is licenced under a Creative Commons <a class="govuk-footer__link" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Attribution-NonCommercial-ShareAlike</a> 4.0 International license
Expand Down
2 changes: 1 addition & 1 deletion _site/examples/list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ <h2 class="govuk-visually-hidden">Support links</h2>
</li>
</ul>
<div class="govuk-footer__meta-custom">
<strong class="govuk-tag govuk-phase-banner__content__tag">Beta</strong>This is a new unofficial community project - <a class="govuk-footer__link" href="/project-history">view project history</a> or <a class="govuk-footer__link" href="https://github.com/vickytnz/xgov-accessibility">source code</a>
<strong class="govuk-tag govuk-phase-banner__content__tag">Beta</strong>This is a new unofficial community project - <a class="govuk-footer__link" href="/project-history">view project history</a>, <a class="govuk-footer__link" href="https://github.com/vickytnz/xgov-accessibility">source code</a>, or how to <a class="govuk-footer__link" href="/contribute">contribute</a>
</div>
<span class="govuk-footer__licence-description">
This site is licenced under a Creative Commons <a class="govuk-footer__link" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Attribution-NonCommercial-ShareAlike</a> 4.0 International license
Expand Down
2 changes: 1 addition & 1 deletion _site/examples/tabs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h2 class="govuk-visually-hidden">Support links</h2>
</li>
</ul>
<div class="govuk-footer__meta-custom">
<strong class="govuk-tag govuk-phase-banner__content__tag">Beta</strong>This is a new unofficial community project - <a class="govuk-footer__link" href="/project-history">view project history</a> or <a class="govuk-footer__link" href="https://github.com/vickytnz/xgov-accessibility">source code</a>
<strong class="govuk-tag govuk-phase-banner__content__tag">Beta</strong>This is a new unofficial community project - <a class="govuk-footer__link" href="/project-history">view project history</a>, <a class="govuk-footer__link" href="https://github.com/vickytnz/xgov-accessibility">source code</a>, or how to <a class="govuk-footer__link" href="/contribute">contribute</a>
</div>
<span class="govuk-footer__licence-description">
This site is licenced under a Creative Commons <a class="govuk-footer__link" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Attribution-NonCommercial-ShareAlike</a> 4.0 International license
Expand Down
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h2 class="govuk-visually-hidden">Support links</h2>
</li>
</ul>
<div class="govuk-footer__meta-custom">
<strong class="govuk-tag govuk-phase-banner__content__tag">Beta</strong>This is a new unofficial community project - <a class="govuk-footer__link" href="/project-history">view project history</a> or <a class="govuk-footer__link" href="https://github.com/vickytnz/xgov-accessibility">source code</a>
<strong class="govuk-tag govuk-phase-banner__content__tag">Beta</strong>This is a new unofficial community project - <a class="govuk-footer__link" href="/project-history">view project history</a>, <a class="govuk-footer__link" href="https://github.com/vickytnz/xgov-accessibility">source code</a>, or how to <a class="govuk-footer__link" href="/contribute">contribute</a>
</div>
<span class="govuk-footer__licence-description">
This site is licenced under a Creative Commons <a class="govuk-footer__link" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Attribution-NonCommercial-ShareAlike</a> 4.0 International license
Expand Down
2 changes: 1 addition & 1 deletion app/examples/input-labels/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -63,7 +62,7 @@ module.exports = function(eleventyConfig) {
text: "Sitemap"
}
],
html: '<strong class="govuk-tag govuk-phase-banner__content__tag">Beta</strong>This is a new unofficial community project - <a class="govuk-footer__link" href="/project-history">view project history</a> or <a class="govuk-footer__link" href="https://github.com/vickytnz/xgov-accessibility">source code</a>'
html: '<strong class="govuk-tag govuk-phase-banner__content__tag">Beta</strong>This is a new unofficial community project - <a class="govuk-footer__link" href="/project-history">view project history</a>, <a class="govuk-footer__link" href="https://github.com/vickytnz/xgov-accessibility">source code</a>, or how to <a class="govuk-footer__link" href="/contribute">contribute</a>'
},

contentLicence: {
Expand Down

0 comments on commit 1099160

Please sign in to comment.