diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 13:03:28 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 14:06:54 +0200 |
commit | 791bfae63cd91252f2b36449c28da3d0068aec49 (patch) | |
tree | e43a49d464ac3471212a1728c40df90c840bf049 | |
parent | c8dc0f07792e770234df44c4be348a308e8ee297 (diff) |
Enable the `html' plugin.
-rwxr-xr-x | render_locally | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render_locally b/render_locally index 01bfe5a8..25a738ea 100755 --- a/render_locally +++ b/render_locally @@ -25,6 +25,7 @@ ikiwiki \ --no-usedirs \ --plugin favicon \ --plugin goodstuff \ + --plugin html \ --plugin sidebar \ --plugin table \ --libdir "$src"/.library \ |