Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

master
Joey Hess 2008-10-01 17:24:50 -04:00
commit f2b1a918b0
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
If I put something like the below in my index.mdwn
<<!inline pages="posts/* and !*/discussion" rootpage="posts" show="10">>
But posts doesn't exist, I get the following in index.html
<input type="hidden" name="do" value="blog" />
<input type="hidden" name="from" value="" />
<input type="hidden" name="subpage" value="1" />
When I create posts (touch posts.mdwn), I get the following in index.html
<input type="hidden" name="do" value="blog" />
<input type="hidden" name="from" value="posts" />
<input type="hidden" name="subpage" value="1" />
Bug?