Skip to content

Commit

Permalink
Add support for theme-color
Browse files Browse the repository at this point in the history
  • Loading branch information
willp-bl committed Feb 20, 2017
1 parent 4eef852 commit 2800612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/views/layouts/govuk_template.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="<%= asset_path "apple-touch-icon-76x76.png" %>">
<link rel="apple-touch-icon-precomposed" href="<%= asset_path "apple-touch-icon-60x60.png" %>">

<meta name="theme-color" content="#0b0c0c" />

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="<%= asset_path "opengraph-image.png" %>">

Expand Down

0 comments on commit 2800612

Please sign in to comment.