diff themes/default/entry.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/entry.template	Tue Aug 14 17:45:44 2007 +0000
+++ b/themes/default/entry.template	Tue Aug 14 17:47:09 2007 +0000
@@ -19,7 +19,6 @@
   </div>
 
 <div id="sidebar">
-<!-- tmpl_if name='tagcloud' -->
 <!-- tmpl_if name='datecloud' -->
 <h2>Archive</h2>
 <ul>
@@ -34,8 +33,8 @@
 </ul>
 <!-- /tmpl_if name='datecloud' -->
 
+<!-- tmpl_if name='tagcloud' -->
 <h2>Tags</h2>
-<!-- Tag Cloud -->
 <ul>
 <!-- tmpl_loop name='tagcloud' -->
  <li><a href="<!-- tmpl_var name='url_prefix' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>