✨ adding mailchimp newsletter feature
Signed-off-by: jbleduigou <jb.leduigou@gmail.com>
This commit is contained in:
parent
89a3334d16
commit
faf7fee72f
1 changed files with 10 additions and 2 deletions
|
@ -83,12 +83,20 @@
|
||||||
<div class="col-md-4 col-sm-12">
|
<div class="col-md-4 col-sm-12">
|
||||||
<!-- <h5>Newsletter</h5> -->
|
<!-- <h5>Newsletter</h5> -->
|
||||||
<p>{{ i18n "newsletter_text" }}</p>
|
<p>{{ i18n "newsletter_text" }}</p>
|
||||||
<form>
|
<form
|
||||||
|
action="{{ .Site.Params.mailchimpURL }}"
|
||||||
|
method="post"
|
||||||
|
id="mc-embedded-subscribe-form"
|
||||||
|
name="mc-embedded-subscribe-form"
|
||||||
|
class="validate"
|
||||||
|
target="_blank"
|
||||||
|
novalidate >
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input
|
<input
|
||||||
type="email"
|
type="email"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
id="exampleInputEmail1"
|
id="mce-EMAIL"
|
||||||
|
name="EMAIL"
|
||||||
aria-describedby="emailHelp"
|
aria-describedby="emailHelp"
|
||||||
placeholder="{{ i18n "newsletter_input_placeholder" }}"
|
placeholder="{{ i18n "newsletter_input_placeholder" }}"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue