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 /render_locally | |
parent | 41df42b698b1c59a525ff23ebab51ebb5d5642ce (diff) |
Add a favicon.
Diffstat (limited to 'render_locally')
-rwxr-xr-x | render_locally | 1 |
1 files changed, 1 insertions, 0 deletions
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 && |