Skip to content

Commit f5ec4fa

Browse files
committed
Grab form spree email from the site config. Closes #78.
1 parent 8a58c06 commit f5ec4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
---
66

77
<div class="py2">
8-
<form action="https://forms.brace.io/[email protected]" method="POST" class="form-stacked form-light">
8+
<form action="https://forms.brace.io/{{ site.email }}" method="POST" class="form-stacked form-light">
99
<input type="text" name="email" class="input mobile-block" placeholder="Email Address">
1010
<textarea type="text" name="content" class="input mobile-block" rows="5" placeholder="What would you like to say?"></textarea>
1111
<input type="submit" class="button button-blue button-big mobile-block" value="Say Hello">

0 commit comments

Comments
 (0)