sizeoftheuniverse@programming.dev to Technology@beehaw.org · 1 year agoSplitting the Webploum.netexternal-linkmessage-square33fedilinkarrow-up1107cross-posted to: wolnyinternet@szmer.infopermacomputing@slrpnk.netclassicblogposts@lemm.eehackernews@lemmy.smeargle.fans
arrow-up1107external-linkSplitting the Webploum.netsizeoftheuniverse@programming.dev to Technology@beehaw.org · 1 year agomessage-square33fedilinkcross-posted to: wolnyinternet@szmer.infopermacomputing@slrpnk.netclassicblogposts@lemm.eehackernews@lemmy.smeargle.fans
minus-squareblivet@artemis.camplinkfedilinkarrow-up3·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-up1·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