parent
33c95b2ec8
commit
6bee2d6d48
@ -1,10 +1,6 @@ |
||||
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)}) |
||||
include includes/_partials/post_list/post_list.pug |
@ -1,6 +1,7 @@ |
||||
.data-row |
||||
display: flex |
||||
flex-direction: row |
||||
gap: 10px |
||||
.data-value a |
||||
text-decoration: none |
||||
color: rgb(74, 71, 62) |
Loading…
Reference in new issue