Handle untitled posts better in the weekly blog post.
[iron-blogger] / templates / week.tmpl
index 3941c6349699f862de101514df7d20d260ccfeb0..e2631c4a303e9901208d318a2974ce1b68c4011b 100644 (file)
@@ -4,9 +4,10 @@
 <li><b>${u.username}:</b>
   <ul>
  % for p in u.weeks[week]:
-   <li><a href="${p['url']}">${p['title']}</a></li>
+   <li><a href="${p['url']}">${p['title'] or "[untitled post]"}</a></li>
  % endfor
   </ul>
+</li>
 % endfor
 </ul>
 

Benjamin Mako Hill || Want to submit a patch?