layout/_splash.html @ 1ce08f2b3085
Fuck you, nginx.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 17 Jun 2010 01:10:05 -0400 |
parents | d4b3f492440a |
children | def464696a83 |
{% 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>Tasty feeds. »</li> </ul> </div> {% endfilter %} {% endblock %}