Removed an extra slash from the title of splash
author |
myfreeweb <me@myfreeweb.ru> |
date |
Thu, 17 Feb 2011 21:06:36 +0300 |
parents |
2bf65e3c3188 |
children |
519599cdee45 |
{% extends "skeleton/_base.html" %}
{% block title %}{{ site.name }}{% endblock %}
{% block content %}
<div class="splash vcard">
{% filter typogrify %}
<p>Hello, I'm <a href="{{ site.full_url }}" class="fn url">Steve<span> Losh</span></a>.</p>
<p>
I'm a <span class="role">programmer, photographer, dancer <span class="amp">&</span>
bassist</span> from <span class="adr"><span class="locality">Rochester</span>,
<span class="region">New York</span></span>.
</p>
<p>
If you want to get in touch with me,
<a class="email" href="mailto:steve@stevelosh.com">email</a> is best.
</p>
{% endfilter %}
</div>
{% endblock %}