Skip to content

Commit

Permalink
removed newsletter popup
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Mar 1, 2020
1 parent fb9740e commit ed2e78d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
11 changes: 3 additions & 8 deletions FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# These are supported funding model platforms

github: sujaykundu777
# patreon: Replace with a single Patreon username
# open_collective: Replace with a single Open Collective username
ko_fi: sujaykundu
# tidelift: Replace with a single Tidelift platform-name/package-name e.g., npm/babel
# community_bridge: Replace with a single Community Bridge project-name e.g., cloud-foundry
# custom: Replace with a single custom sponsorship URL
patreon: sujaykundu
ko_fi: sujaykundu
custom: ["https://www.paypal.me/sujaykundu", sujaykundu.com]
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ GEM
multi_json (1.14.1)
multipart-post (2.1.1)
nio4r (2.5.2)
nokogiri (1.10.7)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.7-x64-mingw32)
nokogiri (1.10.8-x64-mingw32)
mini_portile2 (~> 2.4.0)
octokit (4.16.0)
faraday (>= 0.9)
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ disqus_shortname: sujay-kundu
wakatime_username: sujaykundu777

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

# formspree (contact form)
formspree_email: [email protected]
Expand Down
1 change: 0 additions & 1 deletion _includes/blog_newsletter.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!-- Mailchimp Newletters -->
<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>
<form action="{{site.mailchimp_form_url}}"method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll_footer">
<label for="mce-EMAIL_footer"> Signup for Weekly Email Newsletters :D</label>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
nanobar.go(100);
</script>

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

0 comments on commit ed2e78d

Please sign in to comment.