fix favicon

This commit is contained in:
Lars Hvam 2017-05-21 20:25:37 +02:00 committed by GitHub
parent 3844a5b82d
commit 10427c3328

View File

@ -1,6 +1,6 @@
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/4.4.0/font/octicons.min.css">
<title>{% if page.title %}{{ site.title }} - {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>