We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002ed87 commit 72627b5Copy full SHA for 72627b5
_includes/html_head.html
@@ -3,11 +3,12 @@
3
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
4
<title>{{ page.title }}</title>
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+<link rel="shortcut icon" href="{{ site.baseurl }}/css/images/favicon.ico">
7
8
<!-- Add Bootstrap and Font awesome styles -->
9
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
10
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
-
11
+
12
<!-- syntax highlighting CSS -->
13
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
14
css/images/favicon.ico
1.37 KB
0 commit comments