]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/inline_from_field_empty_if_rootpage_doesn__39__t_exist.mdwn
ikiwiki (3.20130711) unstable; urgency=low
[git.ikiwiki.info.git] / doc / bugs / inline_from_field_empty_if_rootpage_doesn__39__t_exist.mdwn
1 If I put something like the below in my index.mdwn
3     <<!inline pages="posts/* and !*/discussion" rootpage="posts" show="10">>
5 But posts doesn't exist, I get the following in index.html
7     <input type="hidden" name="do" value="blog" />
8     <input type="hidden" name="from" value="" />
9     <input type="hidden" name="subpage" value="1" />
11 When I create posts (touch posts.mdwn), I get the following in index.html
13     <input type="hidden" name="do" value="blog" />
14     <input type="hidden" name="from" value="posts" />
15     <input type="hidden" name="subpage" value="1" />
17 Bug?
19 > Yes, thanks for reminding me I need to do something about that... [[done]]
20 > --[[Joey]]