diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-09 12:58:15 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-09 12:58:15 +0200 |
commit | 2b6875328ca0d332a4f8219eb5662dec7720a7f8 (patch) | |
tree | 4f95360589910756b3496fc55e711c0b12b16afa | |
parent | 41df42b698b1c59a525ff23ebab51ebb5d5642ce (diff) | |
download | web-2b6875328ca0d332a4f8219eb5662dec7720a7f8.tar.gz web-2b6875328ca0d332a4f8219eb5662dec7720a7f8.tar.bz2 web-2b6875328ca0d332a4f8219eb5662dec7720a7f8.zip |
Add a favicon.
-rw-r--r-- | favicon.ico | bin | 0 -> 2238 bytes | |||
-rwxr-xr-x | render_locally | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 00000000..dd8c5cd2 --- /dev/null +++ b/favicon.ico diff --git a/render_locally b/render_locally index 5225b871..37153d34 100755 --- a/render_locally +++ b/render_locally @@ -23,6 +23,7 @@ ikiwiki \ --userdir user \ --no-usedirs \ --plugin goodstuff \ + --plugin favicon \ "$src" "$dest" && echo && |