layout/_splash.html @ d141b76febc4
Add thumbnailing and remove the custom gallery JS.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 07 Jan 2010 18:48:06 -0500 |
parents | aef920f3a570 |
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 %}