From eb1fe95e70797a5fa2dbff1c464490d0938149f3 Mon Sep 17 00:00:00 2001 From: Leao9203 <45661339+Leao9203@users.noreply.github.com> Date: Wed, 29 Nov 2023 23:50:33 +0800 Subject: [PATCH] Update footer.njk --- 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 1d1c66191..cffc6699e 100644 --- a/layout/_partials/footer.njk +++ b/layout/_partials/footer.njk @@ -5,7 +5,7 @@ {%- 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 %} {%- endif %}