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:
authorVasilii Iakliushin <viakliushin@gitlab.com>2020-11-09 19:26:58 +0300
committerVasilii Iakliushin <viakliushin@gitlab.com>2020-11-13 15:23:29 +0300
commit6208a268079b3974a8cf4c5eafe3c07a544f41b5 (patch)
treedfa7bef8576e7aa91a440d19b621c29fe657b161 /layouts/home.html
parent1495bb1e6aacd7389155ca48ecaddd221ea0efd7 (diff)
Include svg icons from external file
Contributes to https://gitlab.com/gitlab-org/gitlab-docs/-/issues/879 In-lined svg definition increases the size of the generated documentation file. External file usage removes this overhead.
Diffstat (limited to 'layouts/home.html')
-rw-r--r--layouts/home.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/home.html b/layouts/home.html
index 22519333..b66b60ee 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -5,7 +5,6 @@
<link rel="canonical" href="<%= @config[:base_url] %>/">
</head>
<body class="landing">
- <%= icons_sprite %>
<%= render '/gtm.*' %>
<%= render '/header.*' %>
<%= yield %>