mirror of
https://github.com/adulau/art.git
synced 2024-11-21 09:37:04 +00:00
chg: [form] fixed
This commit is contained in:
parent
fe072305bb
commit
e03650ef0e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<section id="contact">
|
<section id="contact">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<section>
|
<section>
|
||||||
<form action="https://formspree.io/{{ site.email }}" method="POST">
|
<form action="https://formspree.io/f/{{ site.email }}" method="POST">
|
||||||
<div class="field half first">
|
<div class="field half first">
|
||||||
<label for="name">Name</label>
|
<label for="name">Name</label>
|
||||||
<input type="text" name="name" id="name" />
|
<input type="text" name="name" id="name" />
|
||||||
|
|
Loading…
Reference in a new issue