diff options
author | Daniel Drake <dsd@gentoo.org> | 2006-02-26 17:36:08 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2006-02-26 17:36:08 +0000 |
commit | f3b81a777f90405872dac0c803cf436c6d1f786d (patch) | |
tree | 272edc962cfab6605b8b4d03fa3b6bbb9743b60e /templates | |
parent | escape title as HTML (diff) | |
download | planet-f3b81a777f90405872dac0c803cf436c6d1f786d.tar.gz planet-f3b81a777f90405872dac0c803cf436c6d1f786d.tar.bz2 planet-f3b81a777f90405872dac0c803cf436c6d1f786d.zip |
add comments link where available
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.tmpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index 0c594123..9e3a7006 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -107,13 +107,15 @@ a.k.a. <b><TMPL_VAR channel_username></b> <img class="face" src="images/<TMPL_VAR channel_face ESCAPE="HTML">" width="<TMPL_VAR channel_facewidth ESCAPE="HTML">" height="<TMPL_VAR channel_faceheight ESCAPE="HTML">" alt="<TMPL_VAR channel_name>" align="right"> </TMPL_IF> <TMPL_VAR content> -</p></div> - +</p> <TMPL_IF comments> <p> -<TMPL_VAR comments> +<span class="commentlink"> +<a href="<TMPL_VAR comments ESCAPE="HTML">">Leave a comment</a> +</span> </p> </TMPL_IF> +</div> </TMPL_LOOP> |