Files
blog/themes/butterfly/layout/category.pug
2025-08-12 12:19:25 +08:00

12 lines
347 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