parent
33c95b2ec8
commit
6bee2d6d48
@ -1,10 +1,6 @@ |
|||||||
extends includes/layout.pug |
extends includes/layout.pug |
||||||
include includes/_partials/information_card.pug |
|
||||||
|
|
||||||
block content |
block content |
||||||
.index-content |
.index-content |
||||||
.left-content |
|
||||||
include includes/_partials/left_declaration.pug |
include includes/_partials/left_declaration.pug |
||||||
include includes/_partials/post_list/post_list.pug |
include includes/_partials/post_list/post_list.pug |
||||||
.right-content |
|
||||||
+information_card({name: '全站总字数', value: totalcount(site)}) |
|
@ -1,6 +1,7 @@ |
|||||||
.data-row |
.data-row |
||||||
display: flex |
display: flex |
||||||
flex-direction: row |
flex-direction: row |
||||||
|
gap: 10px |
||||||
.data-value a |
.data-value a |
||||||
text-decoration: none |
text-decoration: none |
||||||
color: rgb(74, 71, 62) |
color: rgb(74, 71, 62) |
Loading…
Reference in new issue