aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Bentley <aaron.bentley@utoronto.ca>2005-12-03 20:29:58 -0500
committerAaron Bentley <aaron.bentley@utoronto.ca>2005-12-03 20:29:58 -0500
commitb2f3f7b8b832e668e2c2010da7215d1b39592ee3 (patch)
tree92443481b81279b4cceb49e4f0db5164e6d2d1df
parent73097df356637372f5a18cadb9ac37d597aa2d24 (diff)
downloadbugseverywhere-b2f3f7b8b832e668e2c2010da7215d1b39592ee3.tar.gz
Added favicon
-rw-r--r--beweb/beweb/static/images/favicon.icobin0 -> 318 bytes
-rw-r--r--beweb/beweb/static/images/favicon.pngbin0 -> 267 bytes
-rw-r--r--beweb/dev.cfg3
3 files changed, 3 insertions, 0 deletions
diff --git a/beweb/beweb/static/images/favicon.ico b/beweb/beweb/static/images/favicon.ico
new file mode 100644
index 0000000..339d09c
--- /dev/null
+++ b/beweb/beweb/static/images/favicon.ico
Binary files differ
diff --git a/beweb/beweb/static/images/favicon.png b/beweb/beweb/static/images/favicon.png
new file mode 100644
index 0000000..6dc53ee
--- /dev/null
+++ b/beweb/beweb/static/images/favicon.png
Binary files differ
diff --git a/beweb/dev.cfg b/beweb/dev.cfg
index ad0936e..b705228 100644
--- a/beweb/dev.cfg
+++ b/beweb/dev.cfg
@@ -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"