mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 16:08:03 +00:00
link open in new tab
This commit is contained in:
parent
bef7100020
commit
2c790afbd7
1 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,15 @@ WebDINO Japan エンジニア
|
||||||
<script src="https://cdn.jsdelivr.net/npm/highlightjs-graphql@1.0.2/graphql.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/highlightjs-graphql@1.0.2/graphql.min.js"></script>
|
||||||
<script>hljs.registerLanguage("graphql", hljsDefineGraphQL);hljs.highlightAll();</script>
|
<script>hljs.registerLanguage("graphql", hljsDefineGraphQL);hljs.highlightAll();</script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.addEventListener("DOMContentLoaded", function () {
|
||||||
|
document.querySelectorAll("a")?.forEach(function (a) {
|
||||||
|
a.setAttribute("target", "_blank");
|
||||||
|
a.setAttribute("rel", "noreferrer");
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 人気の技術
|
## 人気の技術
|
||||||
|
|
Loading…
Add table
Reference in a new issue