diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 17:33:40 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 17:33:40 -0500 |
commit | 301733ba13f8fdaf53df0a6058f92d305507a97f (patch) | |
tree | a65f6b6ee4e0aeec9777f97fcad8a1bad5149c63 /doc/todo | |
parent | 0b002b79b7241ea87ce3489b75a34116c32630e6 (diff) | |
download | ikiwiki-301733ba13f8fdaf53df0a6058f92d305507a97f.tar ikiwiki-301733ba13f8fdaf53df0a6058f92d305507a97f.tar.gz |
fix comment permalink to always point to comment parent page
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/comments.mdwn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/todo/comments.mdwn b/doc/todo/comments.mdwn index 81c2f2722..aa6b130dc 100644 --- a/doc/todo/comments.mdwn +++ b/doc/todo/comments.mdwn @@ -53,9 +53,7 @@ Known issues with the [[plugins/comments]] plugin: (BTW, the rss feed in this situation seems ok; there the link element points back to the parent page. - > done - > Er, no, I added a link but it does not go back to the parent page of a - > comment if the comment is inlined elsewhere. --[[Joey]] + > done --[[Joey]] * It would be useful to have a pagespec that always matches all comments on pages matching a glob. Something like `comment(blog/*)`. |