File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333@import " layouts/pages" ;
3434@import " layouts/posts" ;
3535@import " layouts/sidebar" ;
36+
37+ // .homepage-banner{
38+ // width: 100%;
39+ // height: 1583px; // 这里根据图片的高度,设置
40+ // background: url(/img/global/arch-bg.png) no-repeat center center;
41+ // background-size: cover;
42+ // }
43+
44+ // [data-dark-mode] .homepage-banner{
45+ // background: url(/img/global/arch-bg-dark.png) no-repeat center center;
46+ // }
Original file line number Diff line number Diff line change @@ -10,9 +10,14 @@ <h1 class="mt-0">{{ .Title }}</h1>
1010 < p class ="meta "> {{ .Params.metaText | safeHTML }}</ p >
1111 </ div >
1212 </ div >
13+
14+ <!-- <div class="homepage-banner"></div> -->
15+
1316</ section >
1417{{ end }}
1518
19+
20+
1621{{ define "sidebar-prefooter" }}
1722 {{ if eq $.Site.Language.LanguageName "Chinese" }}
1823 < section class ="section section-sm ">
You can’t perform that action at this time.
0 commit comments