$val=$pagestate{$page}{meta}{$field};
}
elsif ($field eq 'title') {
$val=$pagestate{$page}{meta}{$field};
}
elsif ($field eq 'title') {
+ $val = IkiWiki::pagetitle($page);
* search: Fixes for title stemming, and use better term for tags. (Gabriel McManus)
(Rebuilding the wiki on upgrade to this version is recommended if you use the
search plugin.)
* search: Fixes for title stemming, and use better term for tags. (Gabriel McManus)
(Rebuilding the wiki on upgrade to this version is recommended if you use the
search plugin.)
+ * meta: fix title() PageSpec
-- Josh Triplett <josh@freedesktop.org> Wed, 09 Jul 2008 21:30:33 -0700
-- Josh Triplett <josh@freedesktop.org> Wed, 09 Jul 2008 21:30:33 -0700