layout/_splash.html @ 91bd0cc3d73b

Adjust the ampersand size.
author Steve Losh <steve@stevelosh.com>
date Wed, 06 Jan 2010 20:09:41 -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 %}