Skip to content

Commit c795bc8

Browse files
committed
Add form
1 parent 76065fe commit c795bc8

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

_includes/newsletter-box.html

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<section class="newsletter-box inner">
2-
<h2 class="newsletter-box-title">Subscribe by Email</h2>
3-
<p>Get the latest blog posts delivered weekly, straight to your inbox.</p>
4-
<!-- Begin MailChimp Signup Form -->
5-
<div id="mc_embed_signup">
6-
<form action="{{ site.mailchimp_url }}" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form"
7-
class="validate gh-subscribe-form" target="_blank" novalidate>
8-
<label for="mce-EMAIL" class="screen-reader-text">Email Address</label>
9-
<input type="email" value="" name="EMAIL" class="required email subscribe-email" id="mce-EMAIL" placeholder="Your email address">
10-
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
11-
</form>
12-
</div>
2+
<!-- <h2 class="newsletter-box-title">Subscribe by Email</h2> -->
3+
<!-- <p>Get the latest blog posts delivered weekly, straight to your inbox.</p> -->
4+
<!-- &#60;&#33;&#45;&#45; Begin MailChimp Signup Form &#45;&#45;&#62; -->
5+
<!-- <div id="mc_embed_signup"> -->
6+
<!-- <form action="{{ site.mailchimp_url }}" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" -->
7+
<!-- class="validate gh-subscribe-form" target="_blank" novalidate> -->
8+
<!-- <label for="mce-EMAIL" class="screen-reader-text">Email Address</label> -->
9+
<!-- <input type="email" value="" name="EMAIL" class="required email subscribe-email" id="mce-EMAIL" placeholder="Your email address"> -->
10+
<!-- <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"> -->
11+
<!-- </form> -->
12+
<!-- </div> -->
1313
<!--End mc_embed_signup-->
14+
15+
<script async data-uid="0d8b3a73e6" src="https://pgrailsbook.ck.page/0d8b3a73e6/index.js"></script>
1416
</section><!-- .widget -->

0 commit comments

Comments
 (0)