changeset 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 f37430dda970
children f0884c3c035a
files themes/default/entry.template themes/default/index.template themes/default/month.template themes/default/tags.template
diffstat 4 files changed, 4 insertions(+), 10 deletions(-) [+]
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>
--- a/themes/default/index.template	Tue Aug 14 17:45:44 2007 +0000
+++ b/themes/default/index.template	Tue Aug 14 17:47:09 2007 +0000
@@ -46,7 +46,6 @@
 
 <!-- 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>
@@ -55,4 +54,4 @@
 <!-- /tmpl_if -->
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>
--- 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>
--- a/themes/default/tags.template	Tue Aug 14 17:45:44 2007 +0000
+++ b/themes/default/tags.template	Tue Aug 14 17:47:09 2007 +0000
@@ -54,7 +54,6 @@
 
 <!-- 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>
@@ -63,4 +62,4 @@
 <!-- /tmpl_if -->
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>