/pages/...
) 컨텐츠가 표시되지 않는 현상 수정스킨 파일을 새로 다운로드받아 적용시켜주시면 됩니다.
skin.html
파일의 공개글 영역 아래(커스텀 없는 파일 기준 151번째 줄)에 해당 코드를 복사-붙여넣기 해주시면 적용 완료입니다! (참고)
<!-- 페이지 영역 -->
<s_page_rep>
<article>
<div class='article__info'>
<a href=[##_article_rep_link_##]>
[##_article_rep_date_year_##][##_article_rep_date_month_##][##_article_rep_date_day_##]
</a>
</div>
<div class="article__content">[##_article_rep_desc_##]</div>
</article>
</s_page_rep> <!-- 페이지 영역 끝 -->