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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2022-10-12 00:19:08 +0300
committerDavid O'Regan <doregan@gitlab.com>2022-10-12 00:19:08 +0300
commit4d2f72de871d40ed8c63a83ee366e6d8692e6747 (patch)
tree2c11d31ea9821b0fc2eaa1b4d69d57292f274f99 /layouts
parent61d341bcbeaf3de29526422f257ee6bf38fbc6db (diff)
Update favicons
Diffstat (limited to 'layouts')
-rw-r--r--layouts/head.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/layouts/head.html b/layouts/head.html
index 9708a231..f30ee92a 100644
--- a/layouts/head.html
+++ b/layouts/head.html
@@ -83,9 +83,10 @@
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
-<!-- Apple Touch Icons and Microsoft Tiles -->
-<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png">
+
+<!-- Icons -->
+<link rel="icon" href="/favicon.ico?v=2" sizes="any">
+<link rel="icon" href="/favicon.svg" type="image/svg+xml">
+<link rel="apple-touch-icon" href="/assets/images/apple-touch-icon.png?v=2">
<link rel="manifest" href="/assets/manifests/site.webmanifest">
-<meta name="msapplication-config" content="/assets/manifests/browserconfig.xml">
-<meta name="msapplication-TileColor" content="#FC6D26">
<meta name="theme-color" content="#FC6D26">