mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-06 19:17:07 +08:00
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
extends includes/layout.pug
|
|
|
|
block content
|
|
if theme.tag_ui == 'index'
|
|
include ./includes/mixins/indexPostUI.pug
|
|
+indexPostUI
|
|
else
|
|
include ./includes/mixins/article-sort.pug
|
|
#tag
|
|
.article-sort-title= _p('page.tag') + ' - ' + page.tag
|
|
+articleSort(page.posts)
|
|
include includes/pagination.pug |