layout/skeleton/_index.html @ 9bd11f5c9786

Add Disqus comments.

I'll deal with the train wreck that is Disqus' layout/typography later.
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Jan 2010 03:31:55 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

{% block content %}
    {% for node in page.node.walk %}
        {% include "skeleton/_innerindex.html" %}
    {% endfor %} 
{% endblock %}