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

19 lines
553 B
HTML
Raw Normal View History

<!-- jQuery CDN -->
<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-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 }}
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>