sizeoftheuniverse@programming.dev to Technology@beehaw.org · 1 year agoSplitting the Webploum.netexternal-linkmessage-square32fedilinkarrow-up1105arrow-down10
arrow-up1105arrow-down1external-linkSplitting the Webploum.netsizeoftheuniverse@programming.dev to Technology@beehaw.org · 1 year agomessage-square32fedilink
minus-squareblivet@artemis.camplinkfedilinkarrow-up2·edit-21 year agoIt loads these JavaScript libraries: <!--Global JS--> <script src="web/wizixo/template/assets/vendor/jquery/jquery.min.js"></script> <script src="web/wizixo/template/assets/vendor/popper.js/umd/popper.min.js"></script> <script src="web/wizixo/template/assets/vendor/bootstrap/dist/js/bootstrap.min.js"></script> <script src="web/wizixo/template/assets/vendor/jquery-easing/jquery.easing.min.js"></script> <!--Vendors--> <script src="web/wizixo/template/assets/vendor/fancybox/js/jquery.fancybox.min.js"></script> <script src="web/wizixo/template/assets/vendor/owlcarousel/js/owl.carousel.min.js"></script> <!--Template Functions--> <script src="web/wizixo/template/assets/js/functions.js"></script> Sorry, I can’t seem to get the formatting right.
minus-squarehariette@artemis.camplinkfedilinkarrow-up0·1 year agoI think you gotta use ` three times for a code block? Test ‘’’
minus-squarehariette@artemis.camplinkfedilinkarrow-up1·1 year agoNo prob! Its ingrained after years of re-googling the same formatting lol
It loads these JavaScript libraries:
<!--Global JS--> <script src="web/wizixo/template/assets/vendor/jquery/jquery.min.js"></script> <script src="web/wizixo/template/assets/vendor/popper.js/umd/popper.min.js"></script> <script src="web/wizixo/template/assets/vendor/bootstrap/dist/js/bootstrap.min.js"></script> <script src="web/wizixo/template/assets/vendor/jquery-easing/jquery.easing.min.js"></script> <!--Vendors--> <script src="web/wizixo/template/assets/vendor/fancybox/js/jquery.fancybox.min.js"></script> <script src="web/wizixo/template/assets/vendor/owlcarousel/js/owl.carousel.min.js"></script> <!--Template Functions--> <script src="web/wizixo/template/assets/js/functions.js"></script>
Sorry, I can’t seem to get the formatting right.
I think you gotta use ` three times for a code block?
Thanks, it worked!
No prob! Its ingrained after years of re-googling the same formatting lol