summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2006-02-26 17:36:08 +0000
committerDaniel Drake <dsd@gentoo.org>2006-02-26 17:36:08 +0000
commitf3b81a777f90405872dac0c803cf436c6d1f786d (patch)
tree272edc962cfab6605b8b4d03fa3b6bbb9743b60e /templates
parentescape title as HTML (diff)
downloadplanet-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.tmpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index 0c59412..9e3a700 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>