]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add link from comment subject to its permalink
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 19 Dec 2008 19:20:07 +0000 (14:20 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 19 Dec 2008 19:20:07 +0000 (14:20 -0500)
doc/todo/comments.mdwn
templates/comment.tmpl

index ee2ba7ea086631cb3034576f18cae13c976533b4..a429be525adf8b05283e8dfb12d3578b343197ae 100644 (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
index 9d223bd7f6ce469fd1ecab10b5cd61bcf3ee8e75..19698cd3352c3575b0412cd9c3ae87ed45087108 100644 (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>