aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2018-09-05 06:49:47 -0600
committerKenny Ballou <kballou@devnulllabs.io>2018-09-05 06:49:47 -0600
commit354c719690ddec383620e775ca62ad343dc08576 (patch)
tree7d2bb51b197488383b60debae7497c054bc95a7b
parenta1cbe6dcd4639d70601c64bdc0e3ce7d91709955 (diff)
downloadblog.kennyballou.com-354c719690ddec383620e775ca62ad343dc08576.tar.gz
blog.kennyballou.com-354c719690ddec383620e775ca62ad343dc08576.tar.xz
use fontawesome 5
Update icons to new 5.x version. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
-rw-r--r--templates/html_header.html2
-rw-r--r--templates/html_sub_header.html10
2 files changed, 6 insertions, 6 deletions
diff --git a/templates/html_header.html b/templates/html_header.html
index 9357d2d..533aa52 100644
--- a/templates/html_header.html
+++ b/templates/html_header.html
@@ -14,7 +14,7 @@
title="~kb/blog" />
<link rel="stylesheet"
- href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
+ 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>
diff --git a/templates/html_sub_header.html b/templates/html_sub_header.html
index 13ce9ea..1e00e7c 100644
--- a/templates/html_sub_header.html
+++ b/templates/html_sub_header.html
@@ -10,26 +10,26 @@
<a href="https://git.devnulllabs.io"
target="_blank"
rel="noopener noreferrer">
- <i class="fade fa fa-git-square fa-1x"></i>
+ <i class="fade fab fa-git-square fa-1x"></i>
</a>
<a href="https://github.com/kennyballou"
target="_blank"
rel="noopener noreferrer">
- <i class="fade fa fa-github-square fa-1x"></i>
+ <i class="fade fab fa-github-square fa-1x"></i>
</a>
<a href="https://bitbucket.org/kballou"
target="_blank"
rel="noopener noreferrer">
- <i class="fade fa fa-bitbucket-square fa-1x"></i>
+ <i class="fade fab fa-bitbucket fa-1x"></i>
</a>
<a href="https://twitter.com/kennyballou"
target="_blank"
rel="noopener noreferrer">
- <i class="fade fa fa-twitter-square fa-1x"></i>
+ <i class="fade fab fa-twitter-square fa-1x"></i>
</a>
<a href="/index.xml" rel="alternate"
type="application/rss+xml">
- <i class="fade fa fa-rss-square fa-1x"></i>
+ <i class="fade fas fa-rss-square fa-1x"></i>
</a>
</div>
</header>