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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortristor <tristor@gmail.com>2021-02-07 20:44:11 +0300
committertristor <tristor@gmail.com>2021-02-25 09:21:17 +0300
commit5a65eef312fa799bcd0a682e78768b72882f3f9b (patch)
treef9b46ca5f487b71330e9f7cd79ce3a86bf7ff601
parent1f689c3db1e37ce6683c72640e4be3bac551174c (diff)
updated head to use newer versions of CDN assets and preference CDNJS from Cloudflare
-rw-r--r--layouts/partials/head.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 8f7662c..1ec2846 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -31,10 +31,11 @@
<link rel="stylesheet" href="/css/blackburn.css">
<!-- Icons -->
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css">
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<!-- Fonts -->
- <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
+ <link rel="preconnect" href="https://fonts.gstatic.com">
+ <link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet" type="text/css">
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>