annotate themes/blog.steve.org.uk/tags.inc @ 232:dfb2cf5a5882 release-2.7

New release
author Steve Kemp <steve@steve.org.uk>
date Fri, 02 May 2008 21:10:09 +0100
parents bef6c294a643
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
157
bef6c294a643 Moved the date cloud + tag cloud into their own file.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
1 <h2>Tags</h2>
bef6c294a643 Moved the date cloud + tag cloud into their own file.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
2 <ul>
bef6c294a643 Moved the date cloud + tag cloud into their own file.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
3 <!-- tmpl_loop name='tagcloud' -->
bef6c294a643 Moved the date cloud + tag cloud into their own file.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
4 <li><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html' -->"><!-- tmpl_var name='tag' escape='html' --> (<!-- tmpl_var name='count' -->)</a></li>
bef6c294a643 Moved the date cloud + tag cloud into their own file.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
5 <!-- /tmpl_loop -->
bef6c294a643 Moved the date cloud + tag cloud into their own file.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
6 </ul>