diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-16 15:54:28 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-16 15:54:28 -0500 |
commit | abec6019a064a06d39a487982ff4165b3d34e7b1 (patch) | |
tree | f74c13e403dc44f1706fc2d20d17affbceeb986a /doc/todo | |
parent | 43a1640345e5af8f173a9d3669a4c9e0dfb0a512 (diff) | |
parent | 2d1dfab20a6ed69f48c1696e00a97b44eac84062 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/description_meta_param_passed_to_templates.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/description_meta_param_passed_to_templates.mdwn b/doc/todo/description_meta_param_passed_to_templates.mdwn new file mode 100644 index 000000000..80a6a8e8a --- /dev/null +++ b/doc/todo/description_meta_param_passed_to_templates.mdwn @@ -0,0 +1,8 @@ +[[!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](http://github.com/joeyh/ikiwiki/blob/master/IkiWiki/Plugin/meta.pm#L266) of `meta.pm` + + - foreach my $field (qw{author authorurl permalink}) { + + foreach my $field (qw{author authorurl description permalink}) { |