layout/_splash.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 2c968f6a038b
children d4b3f492440a
{% extends "skeleton/_base.html" %}

{% block content %}
    {% filter typogrify %}
        <div id="splash-info">
            <ul>
                <li>I like writing. &raquo;</li>
                <li>What makes me tick. &raquo;</li>
                <li>Some things I’ve made. &raquo;</li>
                <li>More about me. &raquo;</li>
                <li>Atom feed. &raquo;</li>
            </ul>
        </div>
    {% endfilter %}
{% endblock %}