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. »</li> <li>What makes me tick. »</li> <li>Some things I’ve made. »</li> <li>More about me. »</li> <li>Feeds. »</li> </ul> </div> {% endfilter %} {% endblock %}