Aşağıdaki kodu footer da </body> den önce kullan hocam.
<script>
window.onload = () => {
document.querySelectorAll("a[href]").forEach((a) => {
    a.setAttribute("target", "_blank");
});
}
</script>