layout/_splash.html @ a54e97c153ae jilcrow
Add jilcrow config.
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Tue, 30 Nov 2010 18:17:40 -0500 |
| parents | def464696a83 |
| children | 2bf65e3c3188 |
{% extends "skeleton/_base.html" %} {% block content %} <div class="splash"> {% filter typogrify %} <p>Hello, I'm Steve.</p> <p> I'm a programmer, photographer, dancer <span class="amp">&</span> bassist from Rochester, New York. </p> <p> If you want to get in touch with me, <a href="mailto:steve@stevelosh.com">email</a> is best. </p> {% endfilter %} </div> {% endblock %}