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

github.com/dplesca/purehugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragos Plesca <dragos.plesca@gmail.com>2015-05-10 14:46:53 +0300
committerDragos Plesca <dragos.plesca@gmail.com>2015-05-10 14:46:53 +0300
commit5187c32b799031030b1385982800e79c92b944f8 (patch)
tree77488e27f8373e82b7ad0b3b4305aadac957c5e1
parente22766f41e1acfea948060b5a812fec1f5573f72 (diff)
Renew link to font awesome, closes #8
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index ec4b194..7efeb00 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -26,6 +26,6 @@
<!--<![endif]-->
<link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/all.min.css">
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
+ <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>