layout/_splash.html @ 5b93e8663c57
I hate you, mod_rewrite, I hate you so goddamned much.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 09 Jan 2010 02:29:23 -0500 |
parents | 2c968f6a038b |
children | d4b3f492440a |
{% extends "skeleton/_base.html" %} {% block content %} {% filter typogrify %} <div id="splash-info"> <ul> <li>I like writing. »</li> <li>What makes me tick. »</li> <li>Some things I’ve made. »</li> <li>More about me. »</li> <li>Atom feed. »</li> </ul> </div> {% endfilter %} {% endblock %}