Add favicon.ico and links in header

Signed-off-by: Alexander Leishman <leishman3@gmail.com>
This commit is contained in:
Alexander Leishman 2014-12-08 13:04:02 -08:00
parent 65ae22e79a
commit ab77cef7ab
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/fig.css?{{ site.time | date:'%Y%m%d%U%H%N%S' }}">
<link rel="canonical" href="http://www.fig.sh{% if page.url =="/index.html" %}/{% else %}{{ page.url }}{% endif %}">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="container">

BIN
docs/img/favicon.ico Normal file

Binary file not shown.

After

Width: 16px  |  Height: 16px  |  Size: 1.1 KiB