mirror of https://github.com/jkjoy/sunpeiwen.git
14 lines
421 B
Plaintext
14 lines
421 B
Plaintext
extends includes/layout.pug
|
|
|
|
block content
|
|
if theme.category_ui == 'index'
|
|
include ./includes/mixins/post-ui.pug
|
|
#recent-posts.recent-posts.category_ui
|
|
+postUI
|
|
include includes/pagination.pug
|
|
else
|
|
include ./includes/mixins/article-sort.pug
|
|
#category
|
|
.article-sort-title= _p('page.category') + ' - ' + page.category
|
|
+articleSort(page.posts)
|
|
include includes/pagination.pug |