summaryrefslogtreecommitdiff
path: root/doc/todo/description_meta_param_passed_to_templates.mdwn
blob: 80a6a8e8a531579265677a268251396eb06adb7d (plain)

[[!tag wishlist patch]]

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.

The only change required is on line 266 of meta.pm

- foreach my $field (qw{author authorurl permalink}) {
+ foreach my $field (qw{author authorurl description permalink}) {