Skip to content

Instantly share code, notes, and snippets.

@commuterjoy
Last active August 29, 2015 14:16
Show Gist options
  • Save commuterjoy/f64f57d8a866bf37fdbc to your computer and use it in GitHub Desktop.
Save commuterjoy/f64f57d8a866bf37fdbc to your computer and use it in GitHub Desktop.
ijento embed on next
<script>
(function () {
if (!location.pathname) {
return;
}
var js = '<script src="/__ijento/' + location.pathname.slice(1) + '"></script>';
document.write(js);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment