Skip to content

Commit

Permalink
Merge branch 'master' into sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
markfee committed Oct 20, 2023
2 parents e3587b1 + d54239f commit 493a906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
node_modules
logs
server.json
server.*.json
server.snd.json
server.dev.json
server/public/assets
server/public/build
npm-debug.log
Expand Down
2 changes: 1 addition & 1 deletion server/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% from "back-link/macro.njk" import govukBackLink %}

{% set metaTitle = (pageTitle or model.pageTitle or 'Flood map for planning') + ' - GOV.UK' %}
{% set metaDescription = model.metadata.description | default('Flood map for planning Service : Flood map for planning') %}
{% set metaDescription = model.metadata.description | default('Get flood risk information and maps for planning applications and planning permission in England, including flood zones and flood risk assessment data.') %}
{% set metaKeywords = model.metadata.keywords | default('flood,mapfor,planning,service,gov,uk') %}

{% block head %}
Expand Down

0 comments on commit 493a906

Please sign in to comment.