File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -531,6 +531,10 @@ icp:
531
531
beian : # 网安备案号
532
532
recordcode : # 网安备案链接中的recordcode参数
533
533
534
+ # 萌国 ICP 备案
535
+ moe_icp :
536
+ icpnumber : # 萌国ICP备案号
537
+
534
538
# show the copyright below each article
535
539
article_copyright :
536
540
enable : false
Original file line number Diff line number Diff line change 35
35
< % } %>
36
36
<% if (theme .icp .icpnumber ) { % >
37
37
< div class = " footer-beian" >
38
- < a target= " _blank" rel= " noopener external nofollow noreferrer" href= " https://beian.miit.gov.cn" data - pjax - state = " " >< %= theme .icp .icpnumber % >< / a>
38
+ < a target= " _blank" rel= " noopener external nofollow noreferrer" href= " https://beian.miit.gov.cn" >< %= theme .icp .icpnumber % >< / a>
39
39
< / div>
40
40
< % } %>
41
41
<% if (theme .icp .beian && theme .icp .recordcode ) { % >
44
44
< a target= " _blank" rel= " noopener external nofollow noreferrer" href= " https://beian.mps.gov.cn/#/query/webSearch?code=<%= theme.icp.recordcode %>" >< %= theme .icp .beian % >< / a>
45
45
< / div>
46
46
< % } %>
47
+ <% if (theme .moe_icp .icpnumber ) { % >
48
+ < div class = " footer-beian" >
49
+ < img
50
+ style= " object-fit: contain;margin-right: 2px;"
51
+ src= " https://icp.gov.moe/images/ico64.png"
52
+ alt= " "
53
+ width= " 24"
54
+ height= " 24"
55
+ / >
56
+ < a target= " _blank" rel= " noopener external nofollow noreferrer" href= " https://icp.gov.moe/?keyword=<%= theme.moe_icp.icpnumber %>" > 萌ICP 备< %= theme .moe_icp .icpnumber % > 号< / a>
57
+ < / div>
58
+ < % } %>
47
59
<% if (theme .footer .busuanzi ) { % >
48
60
< div>
49
61
< span class = " icon-eye" >< / span>
You can’t perform that action at this time.
0 commit comments