layout/skeleton/_innerlisting.html @ f6a75cd5edc6
Reduce margins on blockquotes in disqus comments.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 01 Feb 2010 18:41:14 -0500 |
parents |
08d7552b6237 |
children |
(none) |
{% extends "skeleton/_root.html" %}
{% block all %}
{%spaceless%}
{% for list_page in node.pages %}
{% ifnotequal list_page node.listing_page %}
{% if not list_page.exclude %}
{% include "skeleton/_listingitem.html" %}
{%endif%}
{% endifnotequal %}
{% endfor %}
{%endspaceless%}
{% endblock %}