Added favicon
This commit is contained in:
parent
a55bb38038
commit
0013249347
2 changed files with 6 additions and 0 deletions
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 184 KiB |
6
index.md
6
index.md
|
@ -5,6 +5,12 @@
|
|||
layout: default
|
||||
---
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
|
||||
</head>
|
||||
</html>
|
||||
|
||||
<div class="home">
|
||||
{%- if page.title -%}
|
||||
<h1 class="page-heading">{{ page.title }}</h1>
|
||||
|
|
Reference in a new issue