aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolasLimare <NicolasLimare@web>2009-11-15 20:19:34 -0500
committerJoey Hess <joey@kitenet.net>2009-11-15 20:19:34 -0500
commitdbc18a7223da6d2cdd5ae72ef5cb6afeb64352a5 (patch)
tree2dc94dc246237e41cd60d7020ff96eaac1e2d37d
parent03fe40cdc5c55bafd0f3b9058fb985e66a872aab (diff)
downloadikiwiki-dbc18a7223da6d2cdd5ae72ef5cb6afeb64352a5.tar
ikiwiki-dbc18a7223da6d2cdd5ae72ef5cb6afeb64352a5.tar.gz
+ micro whishlist item
-rw-r--r--doc/todo/description_meta_param_passed_to_templates.mdwn8
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..cbd35f17d
--- /dev/null
+++ b/doc/todo/description_meta_param_passed_to_templates.mdwn
@@ -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}) {