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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index d872880..4cb78df 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -32,8 +32,11 @@
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}">
{{ end }}
- <!-- For sidebar icons - TODO: find local icons I guess -->
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
+ {{ if not .Site.Params.fontAwesome }}
+ <link rel="stylesheet" href="/css/fork-awesome.min.css">
+ {{ else }}
+ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
+ {{ end }}
<!-- Icons -->
<link href="{{ "/favicon.png" | absURL }}" rel="icon">