include js.html to HOMEPAGE

This commit is contained in:
Udit Patel 2020-07-04 22:14:01 +05:30 committed by GitHub
parent df34faff6a
commit da1cac6e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,14 +176,10 @@ title: Home
</div>
<!-- /globalParallax -->
<!-- JS DEPENDENCIES -->
<script src="./lib/jquery/jquery-3.5.1.min.js" defer></script>
<script src="./lib/bootstrap/js/bootstrap.bundle.min.js" defer></script>
<!-- /JS DEPENDENCIES -->
<!-- CUSTOM JS -->
<script src="./lib/js/index.js" defer></script>
<!-- /CUSTOM JS -->
<!-- JSPart -->
{% include js.html %}
<!-- /JSPart -->
</body>
</html>