diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-30 17:26:37 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-30 17:35:43 +0200 |
commit | 78b0c662110770b7b604d7a2b2250951866e8a57 (patch) | |
tree | 2b8cf76ed85ad2e20aa0c9b42b571b952e0c156b | |
parent | ad544695325b79b4df247f603de1bcf646364683 (diff) |
Enable `table' plugin.
-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+"$@"} \ |