Update Favicon and Readme

This commit is contained in:
agusmakmun
2016-04-19 02:16:36 +07:00
parent f5bdaad527
commit 8f8bc64aef
3 changed files with 6 additions and 5 deletions

View File

@@ -3,10 +3,11 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{% if page.title %} {{ page.title }} {% else %} {{ site.name }} {% endif %}</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/img/favicon.ico" />
<title>{% if page.title %} {{ page.title }} {% else %} {{ site.name }} {% endif %}</title>
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">