mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
12 lines
358 B
Plaintext
12 lines
358 B
Plaintext
extends includes/layout.pug
|
|
|
|
block content
|
|
if theme.category_ui == 'index'
|
|
include ./includes/mixins/indexPostUI.pug
|
|
+indexPostUI
|
|
else
|
|
include ./includes/mixins/article-sort.pug
|
|
#category
|
|
.article-sort-title= _p('page.category') + ' - ' + page.category
|
|
+articleSort(page.posts)
|
|
include includes/pagination.pug |