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