mirror of
https://github.com/kou029w/chirimen-hands-on.git
synced 2025-01-18 08:05:05 +00:00
target=_blank
This commit is contained in:
parent
67d268f3fe
commit
38d514de16
1 changed files with 9 additions and 0 deletions
|
@ -204,3 +204,12 @@ node hello.js
|
|||
|
||||
- [2022 年度 岡山版](/chirimen-hands-on/2022/okayama/)
|
||||
- [2022 年度 愛媛版](/chirimen-hands-on/2022/ehime/)
|
||||
|
||||
<script type="module">
|
||||
document.querySelectorAll("a").forEach(function (a) {
|
||||
Object.assign(a, {
|
||||
target: "_blank",
|
||||
rel: "noreferrer",
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue