Преглед на файлове

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. BIN
      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">

BIN
docs/img/favicon.ico