mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Update ICP link (#96)
This commit is contained in:
parent
7d19024eeb
commit
c809e2d3ab
@ -217,7 +217,7 @@ footer:
|
||||
# Powered by Hexo & NexT
|
||||
powered: true
|
||||
|
||||
# Beian ICP and gongan information for Chinese users. See: http://www.beian.miit.gov.cn, http://www.beian.gov.cn
|
||||
# Beian ICP and gongan information for Chinese users. See: https://beian.miit.gov.cn, http://www.beian.gov.cn
|
||||
beian:
|
||||
enable: false
|
||||
icp:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{%- if theme.footer.beian.enable %}
|
||||
<div class="beian">
|
||||
{{- next_url('http://www.beian.miit.gov.cn', theme.footer.beian.icp + ' ') }}
|
||||
{{- next_url('https://beian.miit.gov.cn', theme.footer.beian.icp + ' ') }}
|
||||
{%- if theme.footer.beian.gongan_icon_url %}
|
||||
<img src="{{ url_for(theme.footer.beian.gongan_icon_url) }}" style="display: inline-block;">
|
||||
{%- endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user