[minor] favicon
diff --git a/startup/webutils.py b/startup/webutils.py
index 218741b..ee16c90 100644
--- a/startup/webutils.py
+++ b/startup/webutils.py
@@ -23,4 +23,7 @@
 	context.update({
 		"shopping_cart_enabled": cart_enabled,
 		"post_login": post_login + context.get("post_login", [])
-	})
\ No newline at end of file
+	})
+	
+	if not context.get("favicon"):
+		context["favicon"] = "app/images/favicon.ico"
\ No newline at end of file