Skip to content

Commit

Permalink
Merge branch 'main' into allow-breaking-change-label-alongside-other-…
Browse files Browse the repository at this point in the history
…labels
  • Loading branch information
rmccar authored May 13, 2024
2 parents da11fbd + 25fc29f commit 04ec4bd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
layout: example
---
{% from "components/skip-to-content/_macro.njk" import onsSkipToContent %}
{% from "components/header/_macro.njk" import onsHeader %}
{% from "components/footer/_macro.njk" import onsFooter %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ layout: ~
"language": {
"languages": [
{
"url": "/patterns/change-language/examples/english",
"url": "/patterns/change-language/example-change-language-english",
"ISOCode": "en",
"text": "English",
"current": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Example: Change language from English to Welsh"
layout: none
layout: ~
---

+++
Expand All @@ -18,7 +18,7 @@ layout: none
"current": true
},
{
"url": "/patterns/change-language/examples/cymraeg",
"url": "/patterns/change-language/example-change-language-cymraeg",
"ISOCode": "cy",
"text": "Cymraeg",
"current": false
Expand Down

0 comments on commit 04ec4bd

Please sign in to comment.