diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE <Fergus@web> | 2012-04-09 16:02:03 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-04-09 16:02:03 -0400 |
commit | 35e47e1000353b79aca9bb870b82e04a9501c3ca (patch) | |
tree | f6f745811d8185347c8c0907f739aad6be9a7dd0 /doc | |
parent | 25c1ef6d499ab4d48ef453e1fd791ed05d9c97ec (diff) | |
download | ikiwiki-35e47e1000353b79aca9bb870b82e04a9501c3ca.tar ikiwiki-35e47e1000353b79aca9bb870b82e04a9501c3ca.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn b/doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn index a20b05dc5..7a9191387 100644 --- a/doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn +++ b/doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn @@ -6,8 +6,8 @@ Simply copied this from my website feel free to reformat / delete"""]] The following re-write allows for multiple definitions of the -same tag value in a [[/plugins/template]] definition. This, in turn, allows -us to use TMPL_LOOPS in our [[/ikiwiki/directives/template]] directives; all-be-it in a +same tag value in a [[plugins/template]] definition. This, in turn, allows +us to use TMPL_LOOPS in our [[ikiwiki/directives/template]] directives; all-be-it in a rather limited way. I would, personally, only use this feature for very basic loops |