Make scripts optional for real-time relaod
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-05-06 18:40:04 -04:00
parent 3b11a09ad2
commit 62d87ff898
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -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>