hexo/node_modules/hexo-theme-butterfly/layout/archive.pug

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