layout/_splash.html @ aef920f3a570

Adjust the markdown and typogrify tags.
author Steve Losh <steve@stevelosh.com>
date Fri, 25 Dec 2009 15:21:38 -0500
parents c657cf8e6286
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 %}