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 %}