X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/fa7fd79ff0396b1d7b9eca6d3ae493c7092e9950..e3c2126f474a3079289cdfa03e0d3a755c3f757a:/doc/todo/description_meta_param_passed_to_templates.mdwn diff --git a/doc/todo/description_meta_param_passed_to_templates.mdwn b/doc/todo/description_meta_param_passed_to_templates.mdwn index 5598698d7..712471258 100644 --- a/doc/todo/description_meta_param_passed_to_templates.mdwn +++ b/doc/todo/description_meta_param_passed_to_templates.mdwn @@ -1,4 +1,4 @@ -[[!tag wishlist]] +[[!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. @@ -6,3 +6,5 @@ The only change required is on [line 266](http://github.com/joeyh/ikiwiki/blob/m - foreach my $field (qw{author authorurl permalink}) { + foreach my $field (qw{author authorurl description permalink}) { + +> Good idea, [[done]]. --[[Joey]]