diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 14:20:07 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 14:20:07 -0500 |
commit | 091c7fd25bcc39069df9dd81941c5329f26b8988 (patch) | |
tree | 591fd75be16aed82f75fc4507f67ca183f2afb0e /templates | |
parent | 29cb9027f464b2cd17ecc7dd161acb062828824d (diff) |
add link from comment subject to its permalink
Diffstat (limited to 'templates')
-rw-r--r-- | templates/comment.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/comment.tmpl b/templates/comment.tmpl index 9d223bd7f..19698cd33 100644 --- a/templates/comment.tmpl +++ b/templates/comment.tmpl @@ -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> |