1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Add Android theme color

This commit is contained in:
Antoine Boulanger
2015-03-09 17:21:14 -04:00
parent da1f43af30
commit a6a335b215
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#f2f2f2">
<title>Project-x</title>
<link rel="icon" type="image/png" href="modules/boilerplate/assets/images/favicon-16.png" sizes="16x16">

View File

@@ -4,8 +4,8 @@
<meta charset="utf-8">
<base href="{{URL}}">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#f2f2f2">
<title>{{meta_title}}</title>
<link rel="icon" type="image/png" href="{{#assets.images}}favicon-16.png{{/assets.images}}" sizes="16x16">