annotate themes/blog.steve.org.uk/tags.inc @ 161:9a1d4fb47b44

* New upstream release: - Bugfix to allow comments to be inserted correctly. - Allow comment form to be limited to "recent" posts.
author Steve Kemp <steve@steve.org.uk>
date Sun, 06 Jan 2008 01:04:23 +0000
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>