Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-08-21 22:52:05 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-08-21 22:52:05 +0300
commitd6cce40e02b4b378494ca3a824944eb4228a2dc6 (patch)
tree99c8fac30bea4a7cc99122389e4b9ef66dba6e3d /layouts
parentfb777cc0726033bcd462d1408e0d33ce16f84c99 (diff)
Add favicon files
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a0d28f3..2f534bd 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -9,9 +9,8 @@
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
- <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
+ <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00416a">
<meta name="msapplication-TileColor" content="#00aba9">
- <meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- IndieWeb identity -->
{{ with .Site.Params.IndieWeb.EmailAddress }}<link rel="me" href="mailto:{{ . }}">{{ end }}