From c809e2d3ab1b8e9ea511bfae4078ddce6e66a456 Mon Sep 17 00:00:00 2001 From: egcn Date: Sat, 22 Aug 2020 19:57:14 +0800 Subject: [PATCH] Update ICP link (#96) --- _config.yml | 2 +- layout/_partials/footer.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 80a8f59..3e94dac 100644 --- a/_config.yml +++ b/_config.yml @@ -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: diff --git a/layout/_partials/footer.njk b/layout/_partials/footer.njk index 5abbc55..2592290 100644 --- a/layout/_partials/footer.njk +++ b/layout/_partials/footer.njk @@ -1,6 +1,6 @@ {%- if theme.footer.beian.enable %}
- {{- 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 %} {%- endif %}