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.

16 lines
407 B

1 year ago
extends includes/layout.pug
1 year ago
include includes/_partials/information_card.pug
1 year ago
block content
1 year ago
.markdown-container
.content
include includes/_partials/left_declaration.pug
.article-container
h1= page.title
hr
!= page.content
.side-information
+information_card({name: '全站总字数', value: totalcount(site)})
//- script(src="/js/code.js")