You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
331 B
10 lines
331 B
extends includes/layout.pug
|
|
include includes/_partials/information_card.pug
|
|
|
|
block content
|
|
.index-content
|
|
.left-content
|
|
include includes/_partials/left_declaration.pug
|
|
include includes/_partials/post_list/post_list.pug
|
|
.right-content
|
|
+information_card({name: '全站总字数', value: totalcount(site)}) |