We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01c54a commit 036f773Copy full SHA for 036f773
favicon.ico
1.12 KB
index.html
@@ -19,6 +19,8 @@
19
<![endif]-->
20
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
21
<link href="css/main.css" rel="stylesheet" type="text/css" />
22
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
23
+ <link rel="icon" href="/favicon.ico" type="image/x-icon">
24
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
25
</head>
26
<body>
0 commit comments