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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris LaBarge <chrislabarge2@gmail.com>2017-12-26 21:31:49 +0300
committerVicky Lai <vicky@vickylai.io>2017-12-26 21:31:49 +0300
commit12963cc7c5b01d8920d986450ff1928b213e6b47 (patch)
tree0d0d71f31f572f1b7b7be305d0551092b456c014
parentb3fc644f94dfc3b12ea26de7545eed81a7673693 (diff)
update font-awesome version (#17)
Thanks! :)
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index d7e8612..20a40c1 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -47,7 +47,7 @@ integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<!-- Fonts and icon CSS -->
-<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
+<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans">
{{ if .Site.Params.cachebuster }}
@@ -87,4 +87,4 @@ crossorigin="anonymous"></script>
</head>
<body>
- \ No newline at end of file
+