]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/usedirs___38___indexpages_using_problem.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[git.ikiwiki.info.git] / doc / forum / usedirs___38___indexpages_using_problem.mdwn
1 My ikiwiki setup file configed like:
3         usedirs => 0,
4         indexpages => 1,
6 I create a directory and some .mdwn source file  /Whatis/index.mdwn and /Whatis/OSS.mdwn . The html file ikiwiki generated is
7 /Whatis/index.html and /Whatis/OSS.html . 
9 But in the page [OSS.html](http://atoz.org.cn/Whatis/OSS.html) , the auto generated link (on the page top)
10 to “Whatis” is /Whatis.html file , not to /Whatis/index.html. So the link to “Whatis” is fail .
12 Is it a bug , and how can I do for that ?
14 > I suggest that you name your page `Whatis.mdwn`, and not
15 > `Whatis/index.mdwn`. That will make ikiwiki's links work,
16 > and allows you to link to the `Whatis` page by that name.
17 > --[[Joey]]