Added favicon
authorAaron Bentley <aaron.bentley@utoronto.ca>
Sun, 4 Dec 2005 01:29:58 +0000 (20:29 -0500)
committerAaron Bentley <aaron.bentley@utoronto.ca>
Sun, 4 Dec 2005 01:29:58 +0000 (20:29 -0500)
beweb/beweb/static/images/favicon.ico [new file with mode: 0644]
beweb/beweb/static/images/favicon.png [new file with mode: 0644]
beweb/dev.cfg

diff --git a/beweb/beweb/static/images/favicon.ico b/beweb/beweb/static/images/favicon.ico
new file mode 100644 (file)
index 0000000..339d09c
Binary files /dev/null and b/beweb/beweb/static/images/favicon.ico differ
diff --git a/beweb/beweb/static/images/favicon.png b/beweb/beweb/static/images/favicon.png
new file mode 100644 (file)
index 0000000..6dc53ee
Binary files /dev/null and b/beweb/beweb/static/images/favicon.png differ
index ad0936e96f961c3280790952a1fbd8ff10d2a012..b705228cce87bb6a168e14a7dfd16de4bf8bcd7d 100644 (file)
@@ -36,3 +36,6 @@ autoreload.package="beweb"
 [/static]
 staticFilter.on = True
 staticFilter.dir = "static"
+[/favicon.ico]
+staticFilter.on = True
+staticFilter.file = "static/images/favicon.ico"