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-06-10 14:44:51 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-06-10 14:44:51 +0300
commit610d41c919009962e45b6a678dc513f299a9374f (patch)
tree454aa3524affe91f0890148cc7a6aff0a42b2372 /layouts
parentdabaf76cff178d7cfee085b32b9adee4d836d8e8 (diff)
Replace FontAwesome CDN include
Diffstat (limited to 'layouts')
-rw-r--r--layouts/head.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/head.html b/layouts/head.html
index 8ff3b090..24b127a5 100644
--- a/layouts/head.html
+++ b/layouts/head.html
@@ -36,9 +36,8 @@
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/footer.*'].path %>">
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/toc.*'].path %>">
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/help.*'].path %>">
-<!-- new fontawesome version 4 - via CDN -->
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
-<!-- end of fontawesome -->
+<link rel="stylesheet" href="<%= @items['/assets/stylesheets/font-awesome.min.*'].path %>">
+
<!-- Docsearch https://community.algolia.com/docsearch/ - via CDN -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3.0.0/dist/style.css" />
<!-- end of docsearch -->