master
Joey Hess 2008-07-12 12:04:10 -04:00
parent f707d62481
commit 6255c88e89
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -18,6 +18,7 @@ ikiwiki (2.54) UNRELEASED; urgency=low
* meta: Support a guid option, to allow forcing a particular url or
uuid in feeds. (smcv)
* Move yesno function out of inline and into IkiWiki core, not exported.
* meta: fix title() PageSpec (smcv)
-- Josh Triplett <josh@freedesktop.org> Wed, 09 Jul 2008 21:30:33 -0700

View File

@ -23,3 +23,5 @@ Applying the changes shown here to ikiwiki's docwiki, and rebuilding its docwiki
- add_plugins => [qw{goodstuff version haiku polygen fortune}],
+ add_plugins => [qw{goodstuff version haiku polygen fortune meta inline}],
}
[[done]] thanks!