update default newsletter_sub_form.html
This commit is contained in:
parent
08aad5370e
commit
bfd1c4c880
|
@ -1,8 +1,14 @@
|
||||||
{{/* Add `layouts/partials/newsletter_sub_form.html` in your own code to customize the form */}}
|
{{/* Add `layouts/partials/newsletter_sub_form.html` in your own code to customize the form */}}
|
||||||
|
|
||||||
<div class="subscribe-form">
|
<div class="subscribe-form">
|
||||||
<form action="">
|
<form
|
||||||
|
action=""
|
||||||
|
>
|
||||||
|
<div class="input-group">
|
||||||
<input type="text" name="email" placeholder="Your email address">
|
<input type="text" name="email" placeholder="Your email address">
|
||||||
<button>Subscribe | 订阅</button>
|
|
||||||
|
<button type="submit">Subscribe<span class="hide-for-sm"> | 订阅</span></button>
|
||||||
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue