brianmaierjr / long-haul

A minimal, type-focused Jekyll theme.
http://brianmaierjr.com/long-haul
MIT License
674 stars 776 forks source link

add POST method to form #16

Closed jonbartlett closed 9 years ago

jonbartlett commented 9 years ago

Formspree requires that the form action includes method = "POST".

Without this an error is raised.

See http://formspree.io/

PR address this.