Skip to content

Commit

Permalink
Merge pull request #69 from DEFRA/TGC-512-fix-missing-country-title
Browse files Browse the repository at this point in the history
Bring back missing title on country page
  • Loading branch information
Andrew-Folga authored Nov 20, 2024
2 parents 8d9b3c2 + 7d94714 commit c643cf7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ffc-grants-eligibility-checker",
"description": "FFC Grant Eligibility Checker",
"version": "1.0.38",
"version": "1.0.39",
"license": "OGL-UK-3.0",
"contributors": [
"Andrew Folga <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions src/views/pages/page.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{% set items = meta.items %}
{% set errors = meta.errors %}
{% set sidebar = meta.sidebar %}
{% set title = meta.title %}
{% set hasErrors = meta.hasErrors %}

{% block pageTitle %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`Country Page snapshot should match snapshot 1`] = `
<title>
Is the planned project in England?
</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="theme-color" content="#0b0c0c">
Expand Down

0 comments on commit c643cf7

Please sign in to comment.