layout/skeleton/_innerlisting.html @ fbd242d7ddf7
Exclude the 404 page to prevent it from showing up in the feed.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 20 Jan 2010 21:25:30 -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 %}