File tree 4 files changed +16
-3
lines changed
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ params:
128
128
displayCopyright : true
129
129
displaySlogan : true
130
130
displayICP : true
131
- displayGanbei : false
131
+ displayGanbei : true
132
132
displayPoweredBy : false
133
133
width : normal
134
134
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ changeLanguage: "切换语言"
3
3
changeTheme : " 切换主题"
4
4
copyright : " © 2023 SEC.CAFE 安全咖啡."
5
5
icp : " 粤ICP备2024258509号-1"
6
- gabei : " 粤ICP备2024258509号-1 "
6
+ gabei : " 粤公网安备44030002003757号 "
7
7
slogan : " 安全本应纯粹,规避内卷,用一杯咖啡回归安全的乐趣"
8
8
dark : " 深色"
9
9
editThisPage : " 在 GitHub 上编辑此页 →"
Original file line number Diff line number Diff line change 35
35
{{- if .Site.Params.footer.displayCopyright }}< div class ="text-sm "> {{ $copyright | markdownify }}</ div > {{ end }}
36
36
< div class ="flex ">
37
37
{{- if .Site.Params.footer.displayICP }}< div class ="text-xs text-gray-500 "> < a href ="https://beian.miit.gov.cn/ " traget ="_blank "> {{ $icp | markdownify }}</ a > </ div > {{ end }}
38
- {{- if .Site.Params.footer.displayGanbei }}< div class ="text-xs px-2 text-gray-500 "> < a href ="https://beian.miit.gov.cn/ " traget ="_blank "> {{ $gabei | markdownify }}</ a > </ div > {{ end }}
38
+ {{- if .Site.Params.footer.displayGanbei }}< div class ="text-xs px-2 text-gray-500 "> < a href ="https://beian.miit.gov.cn/ " class =" flex items-start " traget ="_blank " > < img style =" width:14px;padding-top: 1.5px; " src =" {{ " images /logo.gabei.png" | relURL }} "> {{ $gabei | markdownify }}</ a > </ div > {{ end }}
39
39
</ div >
40
40
</ div >
41
41
{{- if .Site.Params.footer.displaySlogan }}< div class ="text-xs "> {{ $slogan | markdownify }}</ div > {{ end }}
Original file line number Diff line number Diff line change 40
40
</ svg >
41
41
</ button >
42
42
</ div >
43
+ < div class ="mt-4 ">
44
+ < script async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9376316394747034 "
45
+ crossorigin ="anonymous "> </ script >
46
+ < ins class ="adsbygoogle "
47
+ style ="display:block; text-align:center; "
48
+ data-ad-layout ="in-article "
49
+ data-ad-format ="fluid "
50
+ data-ad-client ="ca-pub-9376316394747034 "
51
+ data-ad-slot ="3290676348 "> </ ins >
52
+ < script >
53
+ ( adsbygoogle = window . adsbygoogle || [ ] ) . push ( { } ) ;
54
+ </ script >
55
+ </ div >
43
56
</ div >
44
57
{{ end -}}
45
58
</ nav >
You can’t perform that action at this time.
0 commit comments