diff themes/default/month.template @ 15:b8a289afc783

2007-08-14 17:47:09 by steve Syntax fixes on the sidebar to make sure we have proper nesting.
author steve
date Tue, 14 Aug 2007 17:47:09 +0000
parents 3a684eb36140
children 393cf6c9301b
line wrap: on
line diff
--- a/themes/default/month.template	Tue Aug 14 17:45:44 2007 +0000
+++ b/themes/default/month.template	Tue Aug 14 17:47:09 2007 +0000
@@ -35,9 +35,6 @@
  <div class="padding"></div>
 <!-- /tmpl_loop -->
 
-<!-- tmpl_if name='tagcloud' -->
-
-
 
 <div id="sidebar">
 <!-- tmpl_if name='datecloud' -->
@@ -54,8 +51,8 @@
 </ul>
 <!-- /tmpl_if name='datecloud' -->
 
+<!-- tmpl_if name='tagcloud' -->
 <h2>Tags</h2>
-<!-- Tag Cloud -->
 <ul>
 <!-- tmpl_loop name='tagcloud' -->
  <li><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>