add link from comment subject to its permalink
parent
29cb9027f4
commit
091c7fd25b
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue