view themes/blog.steve.org.uk/archive.inc @ 236:9e72fad938ee

Pass the "--blog-title" & "--blog-subtitle" along when building the demo.
author Steve Kemp <steve@steve.org.uk>
date Fri, 02 May 2008 21:21:33 +0100
parents bef6c294a643
children
line wrap: on
line source

<h3>Archive</h3>
 <ul>
  <!-- tmpl_loop name='datecloud' -->
   <li><!-- tmpl_var name='year' -->
   <ul>
    <!-- tmpl_loop name='months' -->
     <li><a href="<!-- tmpl_var name='top' -->archive/<!-- tmpl_var name='year' -->/<!-- tmpl_var name='month' -->/"><!-- tmpl_var name='month_name' --> (<!-- tmpl_var name='count' -->)</a></li>
    <!-- /tmpl_loop -->
   </ul></li>
  <!-- /tmpl_loop -->
 </ul>