uci-hugo-landingpage/layouts/partials/js.html

27 lines
758 B
HTML
Raw Normal View History

2017-03-10 22:59:27 -08:00
<!-- CDNs -->
<!-- jQuery -->
<script src="https://cdn.jsdelivr.net/jquery/3.1.1/jquery.min.js"></script>
2017-02-28 09:56:46 -08:00
<!-- light gallery and modules/plugins -->
<script src="https://cdn.jsdelivr.net/g/lightgallery,lg-autoplay,lg-pager,lg-thumbnail,lg-video"></script>
2017-02-28 09:56:46 -08:00
2017-03-10 22:59:27 -08:00
<!-- flowtype for font sizing -->
<script src="https://cdn.jsdelivr.net/flowtype.js/1.1/flowtype.min.js"></script>
<!-- LOCAL -->
2017-03-04 20:02:56 -08:00
<!-- All functions for page use -->
<script src="js/page.js"></script>
2017-02-28 09:56:46 -08:00
{{ if isset .Site.Params "googleAnalytics" }}
<script src="js/analytics.js"></script>
2017-02-28 09:56:46 -08:00
{{ end }}
<!-- sizing tools -->
<script src="js/fitToParent.js"></script>
2017-03-04 20:02:56 -08:00
<!-- development tools -->
<script src="js/lorem.js"></script>
<!-- Document Ready - Start -->
<script src="js/docready.js"></script>