diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-12 19:24:07 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-12 19:24:07 +0200 |
commit | fe3ded84408d84e0bb83dbccac18b8280284c030 (patch) | |
tree | c1c13b98d9425e9cba2eb2222d9397a329d78021 /render_locally | |
parent | 6712a6c059c4e2acdda6eaca8fce42552a127abb (diff) |
Add a sidebar.
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 37153d34..42574ca1 100755 --- a/render_locally +++ b/render_locally @@ -24,6 +24,7 @@ ikiwiki \ --no-usedirs \ --plugin goodstuff \ --plugin favicon \ + --plugin sidebar \ "$src" "$dest" && echo && |