jefklakscodex/layouts/partials/scripts.html

9 lines
289 B
HTML

<!-- built-in theme scripts -->
<script src="{{ "js/jquery.min.js" | absURL }}"></script>
<script src="{{ "js/bootstrap.min.js" | absURL }}"></script>
<script src="{{ "js/ekko-lightbox.js" | absURL }}"></script>
<!-- custom stuff -->
<script src="{{ "js/codex.js" | absURL }}"></script>