mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-11-09 15:05:55 +00:00
14 lines
609 B
HTML
14 lines
609 B
HTML
{{- with site.Params.beian -}}
|
|
{{- if or .gongan .icp -}}
|
|
<p style="font-size: 12px;">
|
|
{{- if .gongan -}}
|
|
<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode={{- .code -}}" target="_blank" rel="noopener noreferrer"><img style="vertical-align: text-bottom; width: 15px; height: 15px;" src={{- "/assets/img/gonganlogo.png" | relURL -}}>{{- .gongan -}}</a>
|
|
|
|
{{- end -}}
|
|
|
|
{{- if .icp -}}
|
|
<a href="http://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">{{- .icp -}}</a>
|
|
{{- end -}}
|
|
</p>
|
|
{{- end -}}
|
|
{{- end -}} |