Skip to content

Commit 56f7085

Browse files
committed
remove email sign up for now
1 parent 22b1eef commit 56f7085

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

theme/templates/email-for-book-sidebar.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% if false %}
12
<div class="pn">
23
<div class="pnh">
34
<h3>Email Updates</h3>
@@ -15,3 +16,4 @@ <h5>Sign up for a monthly email with Full Stack Python tutorials. No spam ever.<
1516
</div>
1617
</div>
1718
</div>
19+
{% endif %}

theme/templates/email-for-book.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% if false %}
12
<div id="mc_embed_signup">
23
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
34
<div id="mc_embed_signup_scroll">
@@ -14,3 +15,4 @@ <h4>Sign up for a monthly email with Full Stack Python tutorials. No spam ever.<
1415
</div>
1516
</form>
1617
</div>
18+
{% endif %}

0 commit comments

Comments
 (0)