summaryrefslogtreecommitdiff
path: root/templates/details/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/details/contact.html')
-rw-r--r--templates/details/contact.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/templates/details/contact.html b/templates/details/contact.html
index d2106b1..5956e51 100644
--- a/templates/details/contact.html
+++ b/templates/details/contact.html
@@ -1,26 +1,26 @@
{% extends 'base.html' %}
{% load typogrify %}
-
+{%block htmlclass%}class="single"{%endblock%}
{% block pagetitle %}Luxagraf: Email{% endblock %}
{% block metadescription %}{% endblock %}
{%block bodyid%}id="contact"{%endblock%}
{% block primary %}<section id="page-header">
- <h1 class="hide">Luxagraf: Email</h1>
- <nav id="page-nav">
+ <h1 class="hide">Luxagraf: Contact</h1>
+ <nav id="page-nav" class="bl">
<ul id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> &rarr; </li>
<li>Contact</li>
</ul>
</nav>
</section>
- <section id="contact">
<article role="main">
<header>
<h1>Contact Information</h1>
</header>
<div id="post">
- <p>I'd love to hear what you think about the posts on luxagraf. Sadly, I suck at email. Or rather I don't have the time to respond the way I would like to, so if you don't hear back from me, or you do but it's five months later and you've entirely forgotten that you even emailed me in the first place, please don't take it personally.</p>
+ <p>I'd love to hear what you think about the posts on luxagraf. If you use Twitter, send me a message: <a href="http://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">@luxagraf</a>.</p>
+ <p>Then there's email. I'm not a big fan. Or rather I don't have the time to respond the way I would like to, which makes me like it less. So if you email me and don't hear back, or you do but it's five months later and you've entirely forgotten that you even emailed me in the first place, please don't take it personally.</p>
<p>Please send your thoughts to:</p>
<p>
@@ -42,6 +42,5 @@
</p>
</div>
</article>
- </section>
{% endblock %}