Handle untitled posts better in the weekly blog post.
This commit is contained in:
parent
6728e758ac
commit
80051bb9c8
|
@ -4,7 +4,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue