From 6c23196c5ce0ec921d000707280f79cde0f63fa4 Mon Sep 17 00:00:00 2001 From: egcn Date: Sat, 22 Aug 2020 17:33:10 +0800 Subject: [PATCH 1/2] Fix ICP URL --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 80a8f59d6..3e94dac57 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: From 5c4ae66f33dbee60b15b4abb2afb4d9f7b227e48 Mon Sep 17 00:00:00 2001 From: egcn Date: Sat, 22 Aug 2020 17:34:14 +0800 Subject: [PATCH 2/2] Fix ICP URL --- layout/_partials/footer.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/_partials/footer.njk b/layout/_partials/footer.njk index 5abbc5542..259229025 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 %}