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

github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRory Gibson <rg.rorygibson@gmail.com>2015-06-09 23:42:44 +0300
committerRory Gibson <rg.rorygibson@gmail.com>2015-06-09 23:42:44 +0300
commit73aa67a229c68fd9a90f500dc60c831632622c41 (patch)
tree5809b5f59dcf8ef97b4202f6d796be11b5593a96
parent8650d96f240ec2918e94cc255b3861c180b82c35 (diff)
parent1f26ab6b6927319513627d3e42eb9f98c18b6f0e (diff)
Merge pull request #79 from postblue/font-awesome
Updating Font Awesome
-rw-r--r--default.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.hbs b/default.hbs
index 63af9b1..39af77f 100644
--- a/default.hbs
+++ b/default.hbs
@@ -18,7 +18,7 @@
<link rel="stylesheet" type="text/css" href="{{asset "css/nprogress.css"}}" />
<link rel="stylesheet" type="text/css" href="{{asset "css/style.css"}}" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic" />
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
+ <link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
{{! Ghost outputs important style and meta data with this tag }}
{{ghost_head}}