1<!-- Include jQuery in your theme.liquid file, between <head> tag -->
2
3 <head>
4 <script
5 src="https://code.jquery.com/jquery-3.4.1.js"
6 integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="
7 crossorigin="anonymous">
8 </script>
9 </head>
10