From 24252c0df0008994a1ee6935d7ecd26352465db3 Mon Sep 17 00:00:00 2001 From: Óscar Nájera <hello@oscarnajera.com> Date: Wed, 25 Jul 2018 16:56:12 +0200 Subject: use fontawesome4.7 --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/head.html') 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 }} -- cgit v1.2.3