aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
authorÓscar Nájera <hello@oscarnajera.com>2018-07-25 16:56:12 +0200
committerÓscar Nájera <hello@oscarnajera.com>2018-07-25 16:58:46 +0200
commit24252c0df0008994a1ee6935d7ecd26352465db3 (patch)
tree818c3057623fe4dc507398972cb313ecac78e0a4 /layouts/partials
parent8b4a0ef3cce460030dbb4bbcaabce82be41efe52 (diff)
downloadhugo-minimalist-theme-24252c0df0008994a1ee6935d7ecd26352465db3.tar.gz
hugo-minimalist-theme-24252c0df0008994a1ee6935d7ecd26352465db3.tar.bz2
hugo-minimalist-theme-24252c0df0008994a1ee6935d7ecd26352465db3.zip
use fontawesome4.7
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 636ca06..2cb900d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -2,7 +2,7 @@
<meta charset="UTF-8">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.10.0/css/tachyons.min.css"/>
<!-- FontAwesome -->
-<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
+<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- CustomCSS -->
{{ range .Site.Params.customCSS }}