|
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 |