Sha256: e2c2ece920e870c30b31510866ff313ec3974329ada44a82dad76aa1e70ff812
Contents?: true
Size: 628 Bytes
Versions: 1
Compression:
Stored size: 628 Bytes
Contents
<!-- Scripts --> <script src="{{ 'assets/js/jquery.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>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-consulting-0.4.0 | _includes/scripts.html |