Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Jones committed May 4, 2024
1 parent 71c2342 commit 0fdf915
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 17 deletions.
1 change: 1 addition & 0 deletions app/views/accessibility/understanding-wcag/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% set pageName = "Overview" %}
{% set canonical = "https://design.education.gov.uk/accessibility/understanding-wcag"%}
{% set pageDescription = "A guide for understanding WCAG in the context of users of Department for Education services." %}
{% set selectedNav = "Accessibility" %}
{% set lastUpdated = "16 December 2022" %}
Expand Down
2 changes: 1 addition & 1 deletion app/views/design-system/components/card/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "layouts/content-full-width.html" %}

{% set pageName = "Card" %}
{% set pageName = "Card overview" %}
{% set pageDescription = "Use the DfE card component when you need to group content in a visually appealing way." %}
{% set selectedNav = "Design system" %}
{% set parentSection = "Components"%}
Expand Down
4 changes: 2 additions & 2 deletions app/views/design-system/components/card/properties.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layouts/content-full-width.html" %}

{% set pageName = "Card" %}
{% set pageDescription = "Use the DfE card component when you need to group content in a visually appealing way." %}
{% set pageName = "Card properties" %}
{% set pageDescription = "Properties for customising the card component in Department for Education services." %}
{% set selectedNav = "Design system" %}
{% set parentSection = "Components"%}
{% set isChildSection = "true"%}
Expand Down
4 changes: 2 additions & 2 deletions app/views/design-system/components/card/variants.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layouts/content-full-width.html" %}

{% set pageName = "Card" %}
{% set pageDescription = "Use the DfE card component when you need to group content in a visually appealing way." %}
{% set pageName = "Card variants" %}
{% set pageDescription = "Card variants for Department for Education services." %}
{% set selectedNav = "Design system" %}
{% set parentSection = "Components"%}
{% set isChildSection = "true"%}
Expand Down
4 changes: 2 additions & 2 deletions app/views/design-system/components/header/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layouts/content-full-width.html" %}

{% set pageName = "Header" %}
{% set pageDescription = "Use the DfE header for services hosted on education.gov.uk" %}
{% set pageName = "Header overview" %}
{% set pageDescription = "Use the header for services hosted on education.gov.uk" %}
{% set selectedNav = "Design system" %}
{% set parentSection = "Components"%}
{% set isChildSection = "true"%}
Expand Down
4 changes: 2 additions & 2 deletions app/views/design-system/components/header/properties.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layouts/content-full-width.html" %}

{% set pageName = "Header" %}
{% set pageDescription = "Use the DfE header for services hosted on education.gov.uk" %}
{% set pageName = "Header properties" %}
{% set pageDescription = "Properties for customising the header component for Department for Education services." %}
{% set selectedNav = "Design system" %}
{% set parentSection = "Components"%}
{% set isChildSection = "true"%}
Expand Down
4 changes: 2 additions & 2 deletions app/views/design-system/components/header/variants.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layouts/content-full-width.html" %}

{% set pageName = "Header" %}
{% set pageDescription = "Use the DfE header for services hosted on education.gov.uk" %}
{% set pageName = "Header variants" %}
{% set pageDescription = "Variants of the header for Department for Education services." %}
{% set selectedNav = "Design system" %}
{% set parentSection = "Components"%}
{% set isChildSection = "true"%}
Expand Down
2 changes: 1 addition & 1 deletion app/views/design-system/styles/typography/examples.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layouts/content-full-width.html" %}
{% set canonical = "https://design.education.gov.uk/design-system/styles/typography/examples" %}
{% set pageName = "Typography" %}
{% set pageDescription = "Font family and styles for Department for Education services." %}
{% set pageDescription = "Examples of typography styles when using the Inter font family in Department for Education services." %}
{% set selectedNav = "Design system" %}
{% set parentSection = "Styles"%}
{% set isChildSection = "true"%}
Expand Down
4 changes: 0 additions & 4 deletions app/views/includes/_side-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
},{
title: "Publishing content on GOV.UK",
url: "/design-system/publishing-content-on-govuk"
}
,{
title: "Writing page titles",
url: "/design-system/page-titles"
},
{
title: "Reviewing and checking content",
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_topnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="https://github.com/orgs/DFE-Digital/projects/22" target="_blank">GitHub</a>
</li>
<li>
<a href="/design-systemm/dfe-frontend">DfE Frontend</a>
<a href="/design-system/dfe-frontend">DfE Frontend</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 0fdf915

Please sign in to comment.