Re-add contact page, change back to Elsewhere

This commit is contained in:
Oliver Davies 2016-09-17 08:17:49 +01:00
parent ffe4e4ee52
commit 6d52961a15
3 changed files with 11 additions and 2 deletions

View file

@ -3,7 +3,7 @@ title: Contact
layout: page
---
{% block content %}
<p>To send me an email, complete the form below. The form is powered by <a href="https://formspree.io">Formspree</a>.</p>
<p>To send me an email, complete the form below.</p>
<form action="https://formspree.io/{{ site.email }}" method="POST">
<div class="form__name">
@ -31,6 +31,7 @@ layout: page
</div>
<input type="hidden" name="_next" value="{{ site.url }}/contact-thanks/" />
<input type="text" name="_gotcha" style="display: none" />
</form>
{% endblock %}