add theme
This commit is contained in:
8
themes/butterfly/layout/archive.pug
Normal file
8
themes/butterfly/layout/archive.pug
Normal file
@@ -0,0 +1,8 @@
|
||||
extends includes/layout.pug
|
||||
|
||||
block content
|
||||
include ./includes/mixins/article-sort.pug
|
||||
#archive
|
||||
.article-sort-title= `${_p('page.articles')} - ${getArchiveLength()}`
|
||||
+articleSort(page.posts)
|
||||
include includes/pagination.pug
|
||||
Reference in New Issue
Block a user