aboutsummaryrefslogtreecommitdiff
path: root/templates/html_header.html
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-02-12 12:16:19 -0700
committerKenny Ballou <kballou@devnulllabs.io>2020-02-12 12:16:19 -0700
commitc7ed7dc810fa7fce114240a60d705d786ceb7f1d (patch)
tree592a847c538defbfbc5ca7752083767ae2875142 /templates/html_header.html
parent9d6b7a5b0ba6269099421e0e18582cdf0f1df320 (diff)
downloadblog.kennyballou.com-c7ed7dc810fa7fce114240a60d705d786ceb7f1d.tar.gz
blog.kennyballou.com-c7ed7dc810fa7fce114240a60d705d786ceb7f1d.tar.xz
host font awesome directly
Instead of relying on the CDN's of FontAwesome, host it ourselves. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'templates/html_header.html')
-rw-r--r--templates/html_header.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/html_header.html b/templates/html_header.html
index 533aa52..12ca715 100644
--- a/templates/html_header.html
+++ b/templates/html_header.html
@@ -13,11 +13,10 @@
<link href="/index.xml" rel="alternate" type="application/rss+xml"
title="~kb/blog" />
- <link rel="stylesheet"
- href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" />
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<link rel="stylesheet" href="/css/site.css" />
+ <link rel="stylesheet" href="/css/fa-all.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>