mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 12:37:23 +00:00
31 lines
850 B
HTML
31 lines
850 B
HTML
{% if page.title == 'Home' %}
|
|
|
|
<!-- jsPart for HOMEPAGE -->
|
|
|
|
<!-- 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 for HOMEPAGE -->
|
|
|
|
{% elsif page.layout == 'default' %}
|
|
|
|
<!-- jsPart for DefaultLayoutsPages -->
|
|
|
|
<!-- 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 for DefaultLayoutsPages -->
|
|
|
|
{% endif %}
|