add link from comment subject to its permalink

master
Joey Hess 2008-12-19 14:20:07 -05:00
parent 29cb9027f4
commit 091c7fd25b
2 changed files with 3 additions and 1 deletions

View File

@ -53,6 +53,8 @@ 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 --[[Joey]]
* It would be useful to have a pagespec that always matches all comments on
pages matching a glob. Something like `comment(blog/*)`.
Perhaps postcomment could also be folded into this? Then the pagespec

View File

@ -27,7 +27,7 @@ unknown IP address
(<TMPL_VAR CTIME>)
</div>
<div class="comment-subject"><TMPL_VAR TITLE></div>
<div class="comment-subject"><a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a></div>
<div class="inlinecontent">
<TMPL_VAR CONTENT>