layout/_splash.html @ b7e80769ceb9

Add a smush task to the fabfile.
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Jan 2010 00:12:56 -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 %}