layout/_splash.html @ cb8b12793ae4

Add an MIT/X11 LICENSE file.
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Jan 2010 04:16:02 -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 %}