[HTML] 티스토리 특정 페이지 메인 지정
2021. 5. 20. 21:54
1. 스킨 편집 -> html 편집 들어가기
2. html 에 ctrl+F (찾기) 누른 후 <head>찾고 <head> 바로 밑에 아래 소스 붙여넣기
<script type="text/javascript">
if ( window.location.pathname == '/' ) { location.href = '카테고리,공지주소'; }
</script>