설정 > Code Injection에서 아래와 같이 스크립트를 입력하면 된다.
<script>
$('.post a').attr('target', '_blank');
$('h2.post-title a').attr('target', '_self');
</script>
김재동 • February 15, 2016
ghost설정 > Code Injection에서 아래와 같이 스크립트를 입력하면 된다.
<script>
$('.post a').attr('target', '_blank');
$('h2.post-title a').attr('target', '_self');
</script>