Skip to content

Commit

Permalink
removed layout example and none and fixed path in base page template …
Browse files Browse the repository at this point in the history
…example (#3183)

Co-authored-by: Precious Onyenaucheya <[email protected]>
  • Loading branch information
1 parent 15eb353 commit 25fc29f
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 25fc29f

Please sign in to comment.