]> sipb.mit.edu Git - ikiwiki.git/commitdiff
+ micro whishlist item
authorNicolasLimare <NicolasLimare@web>
Mon, 16 Nov 2009 01:19:34 +0000 (20:19 -0500)
committerJoey Hess <joey@kitenet.net>
Mon, 16 Nov 2009 01:19:34 +0000 (20:19 -0500)
doc/todo/description_meta_param_passed_to_templates.mdwn [new file with mode: 0644]

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 (file)
index 0000000..cbd35f1
--- /dev/null
@@ -0,0 +1,8 @@
+[[!tag whishlist]]
+
+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}) {