Make scripts optional for real-time relaod
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3b11a09ad2
commit
62d87ff898
1 changed files with 3 additions and 1 deletions
|
@ -105,11 +105,13 @@
|
||||||
<h3 style="min-height:200px">Read more from Compute</h3>
|
<h3 style="min-height:200px">Read more from Compute</h3>
|
||||||
</a>
|
</a>
|
||||||
</center>
|
</center>
|
||||||
|
{% if scripts %}
|
||||||
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=66007382143b5f99deb20223"
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=66007382143b5f99deb20223"
|
||||||
type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
|
type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
<script src="{{base_url}}/js/webflow.js" type="text/javascript"></script>
|
<script src="{{base_url}}/js/webflow.js" type="text/javascript"></script>
|
||||||
<script src="{{base_url}}/js/code_copy.js" type="text/javascript"></script>
|
<script src="{{base_url}}/js/code_copy.js" type="text/javascript"></script>
|
||||||
|
{% endif %}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue