diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-05-18 12:21:31 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-05-18 12:28:50 +0200 |
commit | bfd328fdde32bde6f79e874d381c4bab541c6bb4 (patch) | |
tree | 273fa72aeb1aa29b51bf9b225ce8b6abed0e3569 | |
parent | 817e553f3f82308489b3ff58c45ddd6137a9746c (diff) |
Use tagbase.
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 20ce485b..ee547d5a 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -236,7 +236,7 @@ IkiWiki::Setup::Standard->import({ # tag plugin # parent page tags are located under - #tagbase => 'tag', + tagbase => 'tag', # teximg plugin # Should teximg use dvipng to render, or dvips and convert? |