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:
authorJuan J. Ramirez <jramirez@gitlab.com>2020-06-23 02:20:00 +0300
committerEvan Read <eread@gitlab.com>2020-06-23 02:20:00 +0300
commit757df82bd87c75325807066b685a98c585b4ec2a (patch)
tree063184eef00bd1c814ef687d4f920ce6bb859918 /layouts/head.html
parent7d9fa9391dd4c5fbf4cb887b858a2f4535a92033 (diff)
Adding manifests and icons for Apple, Chrome and Microsoft
Diffstat (limited to 'layouts/head.html')
-rw-r--r--layouts/head.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/head.html b/layouts/head.html
index 4aa0a16f..9914cb7e 100644
--- a/layouts/head.html
+++ b/layouts/head.html
@@ -55,3 +55,9 @@
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
<!-- Algolia Searching from the URL bar https://www.algolia.com/doc/tutorials/search-ui/ux-patterns/search-from-the-url-bar/ -->
<link href='/opensearch.xml' rel='search' title='Search through GitLab Docs' type='application/opensearchdescription+xml'>
+<!-- Apple Touch Icons and Microsoft Tiles -->
+<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png">
+<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">