theme-color

If you think it will be distracting to the content or the colour needs
to be changed just say.
This commit is contained in:
GreenTurtwig 2015-12-16 12:31:27 +00:00
parent 7ac29ba6da
commit 7fa2872fc4

View File

@ -35,4 +35,5 @@
<link href="{{ root_url }}{{ site.subscribe_rss }}" rel="alternate" title="{{ site.title }}" type="application/atom+xml"> <link href="{{ root_url }}{{ site.subscribe_rss }}" rel="alternate" title="{{ site.title }}" type="application/atom+xml">
<link rel='shortcut icon' href='{{ root_url }}/images/favicon.ico' /> <link rel='shortcut icon' href='{{ root_url }}/images/favicon.ico' />
<link rel='icon' type='image/png' href='{{ root_url }}/images/favicon-192x192.png' sizes='192x192' /> <link rel='icon' type='image/png' href='{{ root_url }}/images/favicon-192x192.png' sizes='192x192' />
<meta name="theme-color" content="#038fc7">
</head> </head>