index.pug 337 字节
Newer Older
1
extends ./_common/layout.pug
EvanOne(文一)'s avatar
init  
EvanOne(文一) 已提交
2 3

block content
4
  include ./_mixins/posts-sort.pug
5
  include ./_mixins/post-header.pug
EvanOne(文一)'s avatar
EvanOne(文一) 已提交
6

7
  div.content.home-content.code-highlight
8
    if theme.post_list.paginate.home
9 10 11 12
      include ./_components/recent-posts.pug
      include ./_components/pagination.pug
    else
      include ./_components/recent-posts.pug