layout/_splash.html @ d4b3f492440a
Switch back to FeedBurner.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 09 Jan 2010 04:23:54 -0500 |
parents | 2c968f6a038b |
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 %}