Added favicon

This commit is contained in:
Anthony Wang 2020-08-25 17:17:16 -05:00
parent a55bb38038
commit 0013249347
No known key found for this signature in database
GPG key ID: DCDAC3EF330BB9AC
2 changed files with 6 additions and 0 deletions

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

View file

@ -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>