浏览代码

Add favicon.ico and links in header

Signed-off-by: Alexander Leishman <[email protected]>
Alexander Leishman 11 年之前
父节点
当前提交
ab77cef7ab
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/_layouts/default.html
  2. 二进制
      docs/img/favicon.ico

+ 2 - 0
docs/_layouts/default.html

@@ -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">

二进制
docs/img/favicon.ico