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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2016-09-22 19:48:07 +0300
committerMatt Stratton <matt.stratton@gmail.com>2016-09-22 19:48:07 +0300
commit66bfe3ac2a6a18b108b28a9f259d85fa506abb06 (patch)
tree1c4e1362abeccf08ed4b58d2b48737fa4200ebbc /layouts/partials
parentd25c8387c255b63ce0909394edeafb4d4d15ec0b (diff)
Fix location for font-awesome
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head_includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index 960cef9..86569c9 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -1,7 +1,7 @@
<!-- Bootstrap -->
<link href="/css/bootstrap.css" rel="stylesheet">
<link href="/css/site.css" rel="stylesheet">
-<link href="/css/font-awesome.min.css" rel="stylesheet">
+<link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/bootstrap3_player.css" rel="stylesheet">