From 5ee5c6dd55128b9bf90caa68393e27f25d11bea5 Mon Sep 17 00:00:00 2001 From: Joyce Chen Date: Tue, 17 Mar 2020 17:23:06 -0400 Subject: [PATCH] Updated favicon to point to home directory --- _includes/header.html | 4 ++-- _includes/favicon.ico => favicon.ico | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename _includes/favicon.ico => favicon.ico (100%) diff --git a/_includes/header.html b/_includes/header.html index ec61957..f606d90 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -8,8 +8,8 @@ - - + + diff --git a/_includes/favicon.ico b/favicon.ico similarity index 100% rename from _includes/favicon.ico rename to favicon.ico