Skip to content

Commit ed2e78d

Browse files
committed
removed newsletter popup
1 parent fb9740e commit ed2e78d

File tree

5 files changed

+8
-14
lines changed

5 files changed

+8
-14
lines changed

‎FUNDING.yml‎

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
# These are supported funding model platforms
2-
31
github: sujaykundu777
4-
# patreon: Replace with a single Patreon username
5-
# open_collective: Replace with a single Open Collective username
6-
ko_fi: sujaykundu
7-
# tidelift: Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
# community_bridge: Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
# custom: Replace with a single custom sponsorship URL
2+
patreon: sujaykundu
3+
ko_fi: sujaykundu
4+
custom: ["https://www.paypal.me/sujaykundu", sujaykundu.com]

‎Gemfile.lock‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ GEM
9393
multi_json (1.14.1)
9494
multipart-post (2.1.1)
9595
nio4r (2.5.2)
96-
nokogiri (1.10.7)
96+
nokogiri (1.10.8)
9797
mini_portile2 (~> 2.4.0)
98-
nokogiri (1.10.7-x64-mingw32)
98+
nokogiri (1.10.8-x64-mingw32)
9999
mini_portile2 (~> 2.4.0)
100100
octokit (4.16.0)
101101
faraday (>= 0.9)

‎_config.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ disqus_shortname: sujay-kundu
8484
wakatime_username: sujaykundu777
8585

8686
# mailchimp embedded form url (newsletter):
87-
mailchimp_form_url:
87+
mailchimp_form_url: https://sujaykundu.us10.list-manage.com/subscribe/post?u=50bab1c85eae24ecfb0f68361&id=3a2dd721d0
8888

8989
# formspree (contact form)
9090
formspree_email: johndoe@gmail.com

‎_includes/blog_newsletter.html‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- Mailchimp Newletters -->
2-
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us10.list-manage.com","uuid":"50bab1c85eae24ecfb0f68361","lid":"3a2dd721d0","uniqueMethods":true}) })</script>
32
<form action="{{site.mailchimp_form_url}}"method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
43
<div id="mc_embed_signup_scroll_footer">
54
<label for="mce-EMAIL_footer"> Signup for Weekly Email Newsletters :D</label>

‎_layouts/default.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
nanobar.go(100);
2929
</script>
3030

31-
<div hidden id="snipcart" data-api-key="Y2I1NTAyNWYtMTNkMy00ODg0LWE4NDItNTZhYzUxNzJkZTI5NjM3MDI4NTUzNzYyMjQ4NzU0"></div>
32-
<script src="https://cdn.snipcart.com/themes/v3.0.0-beta.3/default/snipcart.js" defer></script>
31+
<div hidden id="snipcart" data-api-key="Y2I1NTAyNWYtMTNkMy00ODg0LWE4NDItNTZhYzUxNzJkZTI5NjM3MDI4NTUzNzYyMjQ4NzU0"></div>
32+
<script src="https://cdn.snipcart.com/themes/v3.0.0-beta.3/default/snipcart.js" defer></script>
3333
<script src="/assets/js/mode-switcher.js"></script>
3434
</body>
3535
</html>

0 commit comments

Comments
 (0)