From 4455e820a745c4d96dc07e11d7d49f6322f2c837 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Mon, 5 Dec 2022 23:01:43 -0800 Subject: [PATCH] favicon --- index.html | 3 ++- pub.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 79b86c8..63595ea 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,8 @@ Aaron Gutierrez - + + diff --git a/pub.py b/pub.py index cc0c307..08ba26d 100755 --- a/pub.py +++ b/pub.py @@ -74,6 +74,7 @@ def filter_filenames(filenames, ext): def upload_root(): upload_file('index.html') upload_file('site.css') + upload_file('favicon.gif') upload_file('pubkey.asc')