layout/_splash.html @ 79c7b9a47eb5

Fix the iPhone font resizing issue on listing pages.
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Jan 2010 12:38:24 -0500
parents d4b3f492440a
children def464696a83
{% 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>Tasty feeds. &raquo;</li>
            </ul>
        </div>
    {% endfilter %}
{% endblock %}