diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-12 12:04:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-12 12:04:10 -0400 |
commit | 6255c88e89625ee50a1e114575edfdd56c90e3b1 (patch) | |
tree | 21b0d1774fa60e3df6904c4b04a5e1362b8e4fd7 | |
parent | f707d62481052a3cba1396a681f206d9e66f67ef (diff) |
fixed
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/bugs/title__40____41___in_a_PageSpec__44___with_meta_enabled__44___causes_a_crash.mdwn | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0694b8190..a60ec3e54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/doc/bugs/title__40____41___in_a_PageSpec__44___with_meta_enabled__44___causes_a_crash.mdwn b/doc/bugs/title__40____41___in_a_PageSpec__44___with_meta_enabled__44___causes_a_crash.mdwn index 2f9c10611..d81874ed6 100644 --- a/doc/bugs/title__40____41___in_a_PageSpec__44___with_meta_enabled__44___causes_a_crash.mdwn +++ b/doc/bugs/title__40____41___in_a_PageSpec__44___with_meta_enabled__44___causes_a_crash.mdwn @@ -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! |