diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-29 15:17:47 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-29 15:17:47 +0100 |
commit | 2cab62a5ad1844960b3934a1b2b1977e99a37fba (patch) | |
tree | 35552a7d5f0f66c61f2fb9c95b4793486e88755a | |
parent | 8d58bcc6e9a45430205fcd1c5042951859f96e41 (diff) |
[fixmystreet.com] Add theme-color meta element.
-rw-r--r-- | templates/web/fixmystreet.com/header_extra.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/fixmystreet.com/header_extra.html b/templates/web/fixmystreet.com/header_extra.html index 0d53550eb..d37c141f2 100644 --- a/templates/web/fixmystreet.com/header_extra.html +++ b/templates/web/fixmystreet.com/header_extra.html @@ -1,3 +1,4 @@ +<meta name='theme-color' content='#ffd000'> <link rel="Shortcut Icon" type="image/x-icon" href="/cobrands/fixmystreet.com/favicon.ico"> <script src="[% start %][% version('/js/jquery.cookie.min.js') %]"></script> |