Skip to content

Commit dba069e

Browse files
authored
Update main.html
Add newsletter signup
1 parent 90985c5 commit dba069e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/custom_theme/main.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
6060
"theme": "classic"
6161
});
6262
</script>
63+
<!-- newsletter -->
64+
<!-- MailerLite Universal -->
65+
<script>
66+
(function(w,d,e,u,f,l,n){w[f]=w[f]||function(){(w[f].q=w[f].q||[])
67+
.push(arguments);},l=d.createElement(e),l.async=1,l.src=u,
68+
n=d.getElementsByTagName(e)[0],n.parentNode.insertBefore(l,n);})
69+
(window,document,'script','https://assets.mailerlite.com/js/universal.js','ml');
70+
ml('account', '1518166');
71+
</script>
72+
<!-- End MailerLite Universal -->
6373
{% endblock scripts %}
6474

6575

0 commit comments

Comments
 (0)