]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/description_meta_param_passed_to_templates.mdwn
5598698d7046d3aff0aa36f10cff5b5dbc3c7c95
[git.ikiwiki.info.git] / doc / todo / description_meta_param_passed_to_templates.mdwn
1 [[!tag wishlist]]
3 I'd like to use the description parameter from [[meta|/ikiwiki/directive/meta]] directives in custom [[inline|/ikiwiki/directive/inline]] templates. I guess this could be useful to others too.
5 The only change required is on [line 266](http://github.com/joeyh/ikiwiki/blob/master/IkiWiki/Plugin/meta.pm#L266) of `meta.pm`
7     - foreach my $field (qw{author authorurl permalink}) {
8     + foreach my $field (qw{author authorurl description permalink}) {