Sha256: 1bae94260cc406740de151c2e4974b6ec7ddcae64344c30ef6de83d11e1656ba
Contents?: true
Size: 476 Bytes
Versions: 3
Compression:
Stored size: 476 Bytes
Contents
<!-- JAVASCRIPT LIBRARY --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script> // Fallback if Google's one doesn't load if (!window.jQuery) { document.write("<script src='{{asset 'js/vendor/jquery.min.js' }}'><\/script>"); } </script> <script src={{asset "js/vendor/fastclick.min.js" }}></script> <script src={{asset "js/vendor/edge.js" }}></script> <script src={{asset "js/app.js" }}></script> {{ ghost_foot }}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
edge_framework-2.1.1 | template/ghost/partials/foot.hbs |
edge_framework-2.1.0 | template/ghost/partials/foot.hbs |
edge_framework-2.0.0 | template/ghost/partials/foot.hbs |