comparison themes/blog.steve.org.uk/tags.template @ 120:e53f82c0898e

Updated so that the comment links are left-aligned
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 20:46:01 +0000
parents 5066f7ad8b46
children 7a05117f1bc3
comparison
equal deleted inserted replaced
119:5066f7ad8b46 120:e53f82c0898e
69 <div class="body"> 69 <div class="body">
70 <!-- tmpl_var name='body' --> 70 <!-- tmpl_var name='body' -->
71 </div> 71 </div>
72 <div class="tags"> 72 <div class="tags">
73 <!-- tmpl_if name='comment_count' --> 73 <!-- tmpl_if name='comment_count' -->
74 <span class="comments">
74 <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->#comments"><!-- tmpl_var name='comment_count' --> comment(s)</a> 75 <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->#comments"><!-- tmpl_var name='comment_count' --> comment(s)</a>
76 </span>
75 <!-- /tmpl_if --> 77 <!-- /tmpl_if -->
76 78
77 <!-- tmpl_if name='tags' --> 79 <!-- tmpl_if name='tags' -->
78 Tags: <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html' -->"><!-- tmpl_var name='tag' escape='html' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --> 80 Tags: <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html' -->"><!-- tmpl_var name='tag' escape='html' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop -->
79 <!-- /tmpl_if --> 81 <!-- /tmpl_if -->