summaryrefslogtreecommitdiffstats
path: root/templates/ng
diff options
context:
space:
mode:
authorMichael Dyrynda <michael@nucleus.com.au>2014-09-04 09:12:51 +0930
committerMichael Dyrynda <michael@nucleus.com.au>2014-09-04 09:12:51 +0930
commitaee46bac0189de650d3444a34fc463a8c01a8aa8 (patch)
treec941a4635a5586e19f4327bbd63dca5e6513dcc0 /templates/ng
parent714de0a3afb9ca305866df3c2c00ceb1b6649283 (diff)
downloadgitea-aee46bac0189de650d3444a34fc463a8c01a8aa8.tar.gz
gitea-aee46bac0189de650d3444a34fc463a8c01a8aa8.zip
add rel attribute such that font-awesome icons load correctly
Diffstat (limited to 'templates/ng')
-rw-r--r--templates/ng/base/head.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ng/base/head.tmpl b/templates/ng/base/head.tmpl
index 815453446a..40c3899e91 100644
--- a/templates/ng/base/head.tmpl
+++ b/templates/ng/base/head.tmpl
@@ -12,7 +12,7 @@
<link rel="shortcut icon" href="/img/favicon.png" />
{{if CdnMode}}
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
+ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
{{else}}
@@ -35,4 +35,4 @@
</head>
<body>
<div id="wrapper">
- <noscript>Please enable JavaScript in your browser!</noscript> \ No newline at end of file
+ <noscript>Please enable JavaScript in your browser!</noscript>