Files
hugo-fresh/layouts/partials/javascript.html
Ivan Todinov 5164e7e0fd Use relURL for static assets
This removes the need for setting base URL for the website.
2019-10-04 18:33:30 +03:00

5 lines
364 B
HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="{{ "js/fresh.js" | relURL }}"></script>
<script src="{{ "js/jquery.panelslider.min.js" | relURL }}"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>