mirror of https://github.com/jkjoy/sunpeiwen.git
9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
|
extends includes/layout.pug
|
||
|
|
||
|
block content
|
||
|
include ./includes/mixins/article-sort.pug
|
||
|
#archive
|
||
|
- const archiveLength = findArchiveLength(fragment_cache)
|
||
|
.article-sort-title= _p('page.articles') + ' - ' + archiveLength
|
||
|
+articleSort(page.posts)
|
||
|
include includes/pagination.pug
|