<!– Scripts –> <script src=“{{ 'assets/js/jquery.min.js' | absolute_url }}”></script> <script src=“{{ 'assets/js/jquery.scrolly.min.js' | absolute_url }}”></script> <script src=“{{ 'assets/js/jquery.poptrox.min.js' | absolute_url }}”></script> <script src=“{{ 'assets/js/browser.min.js' | absolute_url }}”></script> <script src=“{{ 'assets/js/breakpoints.min.js' | absolute_url }}”></script> <script src=“{{ 'assets/js/util.js' | absolute_url }}”></script> <script src=“{{ 'assets/js/main.js' | absolute_url }}”></script> <script src=“{{ 'assets/js/cookieconsent.min.js' | absolute_url }}” data-cfasync=“false”></script> <script> window.cookieconsent.initialise({
"palette": { "popup": { "background": "#252e39" }, "button": { "background": "#14a7d0" } }
}); </script> <script src=“{{ 'assets/js/simple-jekyll-search.min.js' | absolute_url }}” type=“text/javascript”></script> <script> SimpleJekyllSearch({
searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('search-results'), json: "{{ '/index.json' | absolute_url }}"
}) </script>