You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
421 B
14 lines
421 B
9 months ago
|
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
|