fix mailchimp
This commit is contained in:
parent
240daab486
commit
f37d0b224c
1 changed files with 3 additions and 13 deletions
|
@ -117,15 +117,8 @@
|
|||
</div>
|
||||
|
||||
{% if page.type != "home" %}
|
||||
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
|
||||
<script type="text/javascript">
|
||||
require(["mojo/signup-forms/Loader"], function(L) {
|
||||
L.start({
|
||||
"baseUrl": "mc.us17.list-manage.com",
|
||||
"uuid": "85102052c447ce8a8bba06f24",
|
||||
"lid": "2366f7f35a"
|
||||
})
|
||||
})
|
||||
<script id="mcjs">
|
||||
!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/85102052c447ce8a8bba06f24/7dcccd1fffda414e98ff3e55b.js");
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
|
@ -144,9 +137,6 @@ http://fullhacker.com -->
|
|||
Analytics"></a></div></noscript>
|
||||
<!-- End of Statcounter Code -->
|
||||
|
||||
<!-- Mailchimp -->
|
||||
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/85102052c447ce8a8bba06f24/657177ae5f85b54cabb15408b.js");</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue