layout/skeleton/_listingitem.html @ 938cf9c8cdb8
Update with the beginnings of a Linux battery cap script.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 01 Feb 2010 21:17:36 -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>