목표

  • 티스토리 첫화면을 설정한다.

설정방법

  • 관리자 모드 > 스킨 편집 > html 편집을 누르고, head 안쪽에 아래 내용을 삽입한다.
<script type="text/javascript">
if ( window.location.pathname == '/' ) {
     location.href = 'https://icat2048.tistory.com/368?category=826587';
}
</script>

+ Recent posts