layout/skeleton/_listingitem.html @ 896c2c5088b7
Oh great, Disqus' sample code isn't valid XHTML. That's nice.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 24 Jan 2010 10:20:19 -0500 |
parents |
08d7552b6237 |
children |
def464696a83 |
<li>
<a href="{{ list_page.url }}">
{% with list_page.name_without_extension|remove_date_prefix|unslugify as default_title %}
{{ list_page.title|default_if_none:default_title|safe|typogrify }}
{%endwith%}
</a>
<span class="snip">{{ list_page.snip|safe|typogrify }}</span>
</li>