view themes/blog.steve.org.uk/tags.inc @ 307:fe474f3ed3e5 default tip

Making archive pages have the same layout as the index
author Dominic Cleal <dominic@computerkb.co.uk>
date Mon, 22 Dec 2008 12:08:20 +0000
parents bef6c294a643
children
line wrap: on
line source

<h2>Tags</h2>
 <ul>
  <!-- tmpl_loop name='tagcloud' -->
   <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>
  <!-- /tmpl_loop -->
 </ul>