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