annotate themes/blog.steve.org.uk/tags.inc @ 157:bef6c294a643

Moved the date cloud + tag cloud into their own file.
author Steve Kemp <steve@steve.org.uk>
date Sat, 05 Jan 2008 22:37:52 +0000
parents
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>