diff options
author | Aaron Bentley <aaron.bentley@utoronto.ca> | 2005-12-03 20:29:58 -0500 |
---|---|---|
committer | Aaron Bentley <aaron.bentley@utoronto.ca> | 2005-12-03 20:29:58 -0500 |
commit | b2f3f7b8b832e668e2c2010da7215d1b39592ee3 (patch) | |
tree | 92443481b81279b4cceb49e4f0db5164e6d2d1df /beweb | |
parent | 73097df356637372f5a18cadb9ac37d597aa2d24 (diff) | |
download | bugseverywhere-b2f3f7b8b832e668e2c2010da7215d1b39592ee3.tar.gz |
Added favicon
Diffstat (limited to 'beweb')
-rw-r--r-- | beweb/beweb/static/images/favicon.ico | bin | 0 -> 318 bytes | |||
-rw-r--r-- | beweb/beweb/static/images/favicon.png | bin | 0 -> 267 bytes | |||
-rw-r--r-- | beweb/dev.cfg | 3 |
3 files changed, 3 insertions, 0 deletions
diff --git a/beweb/beweb/static/images/favicon.ico b/beweb/beweb/static/images/favicon.ico Binary files differnew file mode 100644 index 0000000..339d09c --- /dev/null +++ b/beweb/beweb/static/images/favicon.ico diff --git a/beweb/beweb/static/images/favicon.png b/beweb/beweb/static/images/favicon.png Binary files differnew file mode 100644 index 0000000..6dc53ee --- /dev/null +++ b/beweb/beweb/static/images/favicon.png 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" |