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

9 lines
294 B
Plaintext
Raw Normal View History

2023-09-25 15:58:56 +08:00
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