在英语模式下不显示备案信息

This commit is contained in:
NIUZHAOLONG 2024-12-18 23:27:29 +08:00
parent 6b310c373b
commit 4e93288ae8
2 changed files with 4 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,6 +1,7 @@
{{ if eq .Site.LanguageCode "zh-Hans" }}
<p class="footer-icp">
<span>
<img style="display: inline-block;height: 12px;vertical-align: middle;" src="img/beian.png" alt="备案图标"/>
<img style="display: inline-block;height: 12px;vertical-align: middle;" src="beian.png" alt="备案图标"/>
京公网安备<a href="https://beian.mps.gov.cn/#/query/webSearch?code=11010502056332" rel="noreferrer"
target="_blank">11010502056332</a>
</span> <span style="display: inline-block; min-width: 1em;">&nbsp;</span>
@ -8,3 +9,4 @@
京ICP备<a href="https://beian.miit.gov.cn/" target="_blank">2024100416</a>
</span>
</p>
{{ end }}