Replies: 2 comments
-
|
Yes, you can use the /** layouts/_partials/custom/head-end.html **/
<link rel="stylesheet" href="https://cdn.example.com/lib.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" integrity="sha384-..." crossorigin="anonymous"></script>
<script defer>
$(function () {
console.log('jQuery ready');
});
</script> |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Ok, many thanks for the confirmation. I was unsure what is the best way to do this. Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
Whats the best way to include jQuery and other custom JS/CSS libraries in Hextra?
I know of the head-end partial, should I use this to add my own links to JS and CSS libraries?
TIA,
Ekki
Beta Was this translation helpful? Give feedback.
All reactions