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:
authorpostblue <postblue+git@postblue.info>2015-04-27 16:33:02 +0300
committerpostblue <postblue+git@postblue.info>2015-04-27 16:33:02 +0300
commit597927450fff9bfb6a9f775bc822b55c118c4261 (patch)
treec4d894e45806698ecc92fccdfc2719fbf0e10038
parentb758a65201605d28493bba6366bdf4a86d4f623d (diff)
parent0821a5947fee926a7bf5ba2362274d407a989f9b (diff)
Merge remote-tracking branch 'origin/font-awesome' into font-awesome
-rw-r--r--default.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.hbs b/default.hbs
index 63af9b1..b8f2d58 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.2.0/css/font-awesome.min.css" />
{{! Ghost outputs important style and meta data with this tag }}
{{ghost_head}}