포스트 하단에 Related Posts가 최근 포스트가 출력된다. 같은 카테고리의 포스트가 출력되도록 변경했다.
post.html 수정
.
+-- _includes
| --- head.html
| --- sidebar.html
+-- _layouts
| --- default.html
| --- page.html
| --- post.html
+-- _posts
+-- css
--- config.yml
--- index.html
--- categories.html
--- tags.html
아래의 코드를 post.html 하단에 작성한다.
reference : zhangwenli blog