comparison themes/default/month.template @ 85:f3b73f970dd2

Added comments.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 14:55:19 +0000
parents 1dfe7bba023c
children 7a87c1556a0e
comparison
equal deleted inserted replaced
84:c7f71166bc90 85:f3b73f970dd2
34 34
35 <div class="body"> 35 <div class="body">
36 <!-- tmpl_var name='body' --> 36 <!-- tmpl_var name='body' -->
37 </div> 37 </div>
38 <div class="tags"> 38 <div class="tags">
39 <!-- tmpl_if name='comment_count' -->
40 <!-- tmpl_var name='comment_count' --> comments.
41 <!-- /tmpl_if -->
42
39 <!-- tmpl_if name='tags' --> 43 <!-- tmpl_if name='tags' -->
40 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 --> 44 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 -->
41 <!-- tmpl_else --> 45 <!-- tmpl_else -->
42 No tags 46 No tags
43 <!-- /tmpl_if --> 47 <!-- /tmpl_if -->