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

extends includes/layout.pug
include includes/_partials/information_card.pug
block content
.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")