diff themes/copyrighteous/index.template @ 101:b67757b6fdae

Updated comment display
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 17:49:50 +0000
parents fbeda752caa7
children cc467c882844
line wrap: on
line diff
--- a/themes/copyrighteous/index.template	Wed Dec 12 17:38:04 2007 +0000
+++ b/themes/copyrighteous/index.template	Wed Dec 12 17:49:50 2007 +0000
@@ -35,6 +35,12 @@
 <!-- tmpl_var name='body' -->
 </div>
 <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' -->">Permalink</a>
+   <!-- tmpl_if name='comment_count' -->
+   <span class="comments">
+   <!-- tmpl_var name='comment_count' --> comment(s).
+   </span>
+   <!-- /tmpl_if -->
+
 <span class="tags"><!-- tmpl_if name='tags' -->| <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --><!-- /tmpl_if --> </span> 
 </div>
 </div>