mirror of
https://github.com/daledavies/jump.git
synced 2026-01-11 09:52:08 +01:00
Add theme-color meta to show unsplash BG color in Android Chrome header
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{# noindex}}<meta name="robots" content="noindex">{{/ noindex}}
|
||||
{{# unsplashcolor}}<meta name="theme-color" content="{{unsplashcolor}}">{{/ unsplashcolor}}
|
||||
<link rel="stylesheet" href="{{{wwwurl}}}/assets/css/styles.efdc3d1d099422476385.min.css">
|
||||
<link rel="stylesheet" href="{{{wwwurl}}}/background-css.php">
|
||||
<link rel="stylesheet" href="{{{wwwurl}}}/assets/css/weather-icons.min.css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{# noindex}}<meta name="robots" content="noindex">{{/ noindex}}
|
||||
{{# unsplashcolor}}<meta name="theme-color" content="{{unsplashcolor}}">{{/ unsplashcolor}}
|
||||
<link rel="stylesheet" href="{{{wwwurl}}}/assets/css/<%= _.last(htmlWebpackPlugin.files.css[0].split('/')) %>">
|
||||
<link rel="stylesheet" href="{{{wwwurl}}}/background-css.php">
|
||||
<link rel="stylesheet" href="{{{wwwurl}}}/assets/css/weather-icons.min.css">
|
||||
|
||||
Reference in New Issue
Block a user