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')