mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +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 by Hexo & NexT
|
||||||
powered: true
|
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:
|
beian:
|
||||||
enable: false
|
enable: false
|
||||||
icp:
|
icp:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{%- if theme.footer.beian.enable %}
|
{%- if theme.footer.beian.enable %}
|
||||||
<div class="beian">
|
<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 %}
|
{%- if theme.footer.beian.gongan_icon_url %}
|
||||||
<img src="{{ url_for(theme.footer.beian.gongan_icon_url) }}" style="display: inline-block;">
|
<img src="{{ url_for(theme.footer.beian.gongan_icon_url) }}" style="display: inline-block;">
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user