mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-03-19 12:42:33 +00:00
Update beian URL (#723)
This commit is contained in:
parent
4f5e6001e4
commit
d254d1aaf4
@ -221,7 +221,7 @@ footer:
|
||||
# Powered by Hexo & NexT
|
||||
powered: true
|
||||
|
||||
# Beian ICP and gongan information for Chinese users. See: https://beian.miit.gov.cn, http://www.beian.gov.cn
|
||||
# Beian ICP and gongan information for Chinese users. See: https://beian.miit.gov.cn, https://beian.mps.gov.cn
|
||||
beian:
|
||||
enable: false
|
||||
icp:
|
||||
@ -229,7 +229,7 @@ footer:
|
||||
gongan_id:
|
||||
# The full num of gongan beian.
|
||||
gongan_num:
|
||||
# The icon for gongan beian. See: http://www.beian.gov.cn/portal/download
|
||||
# The icon for gongan beian. Login and See: https://beian.mps.gov.cn/web/business/businessHome/website
|
||||
gongan_icon_url:
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<img src="{{ url_for(theme.footer.beian.gongan_icon_url) }}" alt="">
|
||||
{%- endif %}
|
||||
{%- if theme.footer.beian.gongan_id and theme.footer.beian.gongan_num %}
|
||||
{{- next_url('http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=' + theme.footer.beian.gongan_id, theme.footer.beian.gongan_num + ' ') }}
|
||||
{{- next_url('https://beian.mps.gov.cn/#/query/webSearch?code=' + theme.footer.beian.gongan_id, theme.footer.beian.gongan_num + ' ') }}
|
||||
{%- endif %}
|
||||
</div>
|
||||
{%- endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user