Skip to content

Commit

Permalink
Merge branch 'main' into style-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
vickytnz authored Nov 5, 2024
2 parents 6c8318d + 8724526 commit 1e8a490
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 25 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ We normally use the [NHS content guide](https://service-manual.nhs.uk/content) f

### command line

Lower case. Only use for Windows instructions. Nortmally it will be ‘the command line’.
Lower case. Only use for Windows instructions. Normally it will be ‘the command line’.


#### GOV.UK Prototype Kit, GOV.UK Design System and other GOV.UK products

Expand Down
Binary file added app/assets/images/nhs-prototype-kit-opengraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/locals.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = (config) => (req, res, next) => {
res.locals.serviceName = config.serviceName;
res.locals.url = process.env.URL;

next();
};
4 changes: 0 additions & 4 deletions app/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
<link href="/css/docs.css" rel="stylesheet">
{% endblock %}

{% block pageTitle %}
NHS.UK prototype kit docs
{% endblock %}

{% block header %}
{{ header({
homeHref: "/",
Expand Down
2 changes: 2 additions & 0 deletions app/views/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
<meta name="msapplication-square150x150logo" content="/nhsuk-frontend/assets/favicons/mediumtile-150x150.png">
<meta name="msapplication-wide310x150logo" content="/nhsuk-frontend/assets/favicons/widetile-310x150.png">
<meta name="msapplication-square310x310logo" content="/nhsuk-frontend/assets/favicons/largetile-310x310.png">
<meta property="og:image" content="{{ url }}/images/nhs-prototype-kit-opengraph.png">
<meta name="twitter:card" content="summary_large_image"><meta name="twitter:image" content="{{ url }}/images/nhs-prototype-kit-opengraph.png">
{% endblock %}

{% block head %}{% endblock %}
Expand Down
44 changes: 26 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"lodash": "^4.17.21",
"nhsuk-frontend": "^9.0.1",
"nhsuk-frontend": "^9.1.0",
"nunjucks": "^3.2.4",
"path": "^0.12.7",
"sass": "^1.80.5"
"sass": "^1.80.6"
},
"devDependencies": {
"eslint": "^8.56.0",
Expand Down

0 comments on commit 1e8a490

Please sign in to comment.