diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-21 21:48:26 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-21 21:48:26 +0000 |
commit | 0dc0d8e3b5f2db006ac83d0d7f336c2fda51b4bb (patch) | |
tree | e2372ba216d12a5c13bb07e1a53b3a1c6cdcb042 /doc/bugs | |
parent | 1e0c6758c1626e2831c41ff4845520e4fb72fac6 (diff) | |
download | ikiwiki-0dc0d8e3b5f2db006ac83d0d7f336c2fda51b4bb.tar ikiwiki-0dc0d8e3b5f2db006ac83d0d7f336c2fda51b4bb.tar.gz |
move to bug page
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/broken_parentlinks.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/broken_parentlinks.mdwn b/doc/bugs/broken_parentlinks.mdwn new file mode 100644 index 000000000..dc3294677 --- /dev/null +++ b/doc/bugs/broken_parentlinks.mdwn @@ -0,0 +1,7 @@ +The header of subpages always links to its "superpage", even if it doesn't +exist. I'm not sure if this is a feature or a bug, but I would certainly prefer +that superpages weren't mandatory. + +For example, if you are in 'example/page.html', the header will be something +like 'wiki / example / page'. Now, if 'example.html' doesn't exist, you'll have +a dead link for every subpage. |