External link new Tab with Ghost

External link new Tab with Ghost
  • 안내말 입니다.
  • 개인적으로 남기는 글입니다. 아래의 경우를 미리 공지합니다.
  1. 높임말은 없는 경우가 있습니다.
  2. 영어, 일본어, 베트남어를 공부하고 있습니다. 경우에 따라서 사용됩니다.
  3. 보기 거북하다면 뒤로가기 해주세요.

이야기 시작-

In my case as bleow script OK.

<script>
document.querySelectorAll('a').forEach(link => {
  if (link.hostname != window.location.hostname) {
    link.target = '_blank';
    link.href = link.href.split('?')[0];
  }
});
</script>

how to

Code Injection → Post Footer

and Enjoy.