diff options
Diffstat (limited to 'render_locally')
-rwxr-xr-x | render_locally | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/render_locally b/render_locally index d2453c8c..3e047c52 100755 --- a/render_locally +++ b/render_locally @@ -23,9 +23,10 @@ ikiwiki \ --templatedir "$src"/.templates \ --userdir user \ --no-usedirs \ - --plugin goodstuff \ --plugin favicon \ + --plugin goodstuff \ --plugin sidebar \ + --plugin table \ --libdir "$src"/.library \ --plugin license \ ${1+"$@"} \ |