mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
532 B
9 lines
532 B
<form method="POST" action="https://api.staticman.net/v2/entry/moxiegirl/docs.blockstack/master/comments">
|
|
<input name="options[redirect]" type="hidden" value="{{ site.url }}">
|
|
<!-- e.g. "2016-01-02-this-is-a-post" -->
|
|
<input name="options[slug]" type="hidden" value="{{ page.slug }}">
|
|
<label><input name="fields[name]" type="text">Name</label>
|
|
<label><input name="fields[email]" type="email">E-mail</label>
|
|
<label><textarea name="fields[message]"></textarea>Message</label>
|
|
<button type="submit">Go!</button>
|
|
</form>
|
|
|