target=_blank

This commit is contained in:
Nebel 2023-01-08 16:27:19 +09:00
parent 67d268f3fe
commit 38d514de16

View file

@ -204,3 +204,12 @@ node hello.js
- [2022 年度 岡山版](/chirimen-hands-on/2022/okayama/) - [2022 年度 岡山版](/chirimen-hands-on/2022/okayama/)
- [2022 年度 愛媛版](/chirimen-hands-on/2022/ehime/) - [2022 年度 愛媛版](/chirimen-hands-on/2022/ehime/)
<script type="module">
document.querySelectorAll("a").forEach(function (a) {
Object.assign(a, {
target: "_blank",
rel: "noreferrer",
});
});
</script>