Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
- force setting targe to `_self`
  • Loading branch information
omarcostahamido committed Oct 25, 2023
1 parent 7d21c9b commit 52b2f80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,9 @@ The easiest way to get started is to read this [step-by-step guide explaining ho
}
}
</style>
<script>
var urls = document.getElementsByTagName("a");
for (var i = 1; i < urls.length-1; i++) {
urls[i].target = "_self";
}
</script>

0 comments on commit 52b2f80

Please sign in to comment.