layout/_splash.html @ 467bf986634a

Add and use the jQuery ColorBox plugin.
author Steve Losh <steve@stevelosh.com>
date Thu, 07 Jan 2010 19:15:12 -0500
parents aef920f3a570
children 2c968f6a038b
{% 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>Feeds. &raquo;</li>
            </ul>
        </div>
    {% endfilter %}
{% endblock %}