From 1ddf9912e170b7dcb99efa60e2d66380bc66b9fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Mon, 11 May 2020 16:14:08 +0200
Subject: [PATCH] Serve locally missing stylesheet

---
 mentions-legales/index.html | 2 +-
 notre-conviction/index.html | 2 +-
 notre-demarche/index.html   | 2 +-
 services-libres/index.html  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mentions-legales/index.html b/mentions-legales/index.html
index 57722ee..d1b5e30 100644
--- a/mentions-legales/index.html
+++ b/mentions-legales/index.html
@@ -13,7 +13,7 @@
         <link rel="apple-touch-icon" href="../icon.png">
         <!-- Place favicon.ico in the root directory -->
         <link type="image/x-icon" rel="shortcut icon" href="../icon.png">
-        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
+        <link rel="stylesheet" href="../css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
         <meta name="reply-to" content="contact@le-filament.com">
         <meta name="robots" content="index, follow">
 
diff --git a/notre-conviction/index.html b/notre-conviction/index.html
index 31a0c21..a27736d 100644
--- a/notre-conviction/index.html
+++ b/notre-conviction/index.html
@@ -13,7 +13,7 @@
         <link rel="apple-touch-icon" href="../icon.png">
         <!-- Place favicon.ico in the root directory -->
         <link type="image/x-icon" rel="shortcut icon" href="../icon.png">
-        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
+        <link rel="stylesheet" href="../css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
         <meta name="reply-to" content="contact@le-filament.com">
         <meta name="robots" content="index, follow">
 
diff --git a/notre-demarche/index.html b/notre-demarche/index.html
index aa43fdd..171a853 100644
--- a/notre-demarche/index.html
+++ b/notre-demarche/index.html
@@ -13,7 +13,7 @@
         <link rel="apple-touch-icon" href="../icon.png">
         <!-- Place favicon.ico in the root directory -->
         <link type="image/x-icon" rel="shortcut icon" href="../icon.png">
-        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
+        <link rel="stylesheet" href="../css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
         <meta name="reply-to" content="contact@le-filament.com">
         <meta name="robots" content="index, follow">
 
diff --git a/services-libres/index.html b/services-libres/index.html
index ca389e5..0f1326a 100644
--- a/services-libres/index.html
+++ b/services-libres/index.html
@@ -13,7 +13,7 @@
         <link rel="apple-touch-icon" href="../icon.png">
         <!-- Place favicon.ico in the root directory -->
         <link type="image/x-icon" rel="shortcut icon" href="../icon.png">
-        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
+        <link rel="stylesheet" href="../css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
         <meta name="reply-to" content="contact@le-filament.com">
         <meta name="robots" content="index, follow">
 
-- 
GitLab