{%- if theme.footer.beian.enable %}
{{- next_url('https://beian.miit.gov.cn', theme.footer.beian.icp + ' ') }} {%- if theme.footer.beian.gongan_icon_url %} {%- endif %} {%- if theme.footer.beian.gongan_id and 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 %} {%- if theme.footer.copyright !== false %} {%- endif %} {%- if config.symbols_count_time.total_symbols or config.symbols_count_time.total_time %}
{%- if config.symbols_count_time.total_symbols %} {%- if theme.symbols_count_time.item_text_total %} {{ __('symbols_count_time.count_total') + __('symbol.colon') }} {%- endif %} {{ symbolsCountTotal(site) }} {%- endif %} {%- if config.symbols_count_time.total_time %} {%- if theme.symbols_count_time.item_text_total %} {{ __('symbols_count_time.time_total') }} ≈ {%- endif %} {{ symbolsTimeTotal(site, config.symbols_count_time.awl, config.symbols_count_time.wpm, __('symbols_count_time.time_minutes')) }} {%- endif %}
{%- endif %} {%- if theme.busuanzi_count.enable %}
{%- if theme.busuanzi_count.total_visitors %} {%- endif %} {%- if theme.busuanzi_count.total_views %} {%- endif %}
{%- endif %} {%- if theme.footer.powered %}
{%- set next_site = 'https://theme-next.js.org' if theme.scheme === 'Gemini' else 'https://theme-next.js.org/' + theme.scheme | lower + '/' %} {{- __('footer.powered', next_url('https://hexo.io', 'Hexo') + ' & ' + next_url(next_site, 'NexT.' + theme.scheme)) }}
{%- endif %} {{- next_inject('footer') }}