{#
#}{% set current = date(Date.now(), "YYYY") %}{#
#}{% if theme.footer.beian.enable %}{#
#} {{ next_url('http://www.beian.miit.gov.cn', theme.footer.beian.icp + ' ') }}{#
#}{% endif %}{#
#}© {% if theme.footer.since and theme.footer.since != current %}{{ theme.footer.since }} – {% endif %}{#
#}{{ current }}
{{ theme.footer.copyright || author }}
{% 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, theme.symbols_count_time.awl, theme.symbols_count_time.wpm, __('symbols_count_time.time_minutes')) }}{#
#}
{% endif %}
{% if theme.footer.powered.enable %}
{#
#}{{ __('footer.powered', next_url('https://hexo.io', 'Hexo', {class: 'theme-link'})) }}{#
#}{% if theme.footer.powered.version %} v{{ hexo_env('version') }}{% endif %}{#
#}
{% endif %}
{% if theme.footer.powered.enable and theme.footer.theme.enable %}
|
{% endif %}
{% if theme.footer.theme.enable %}
{#
#}{{ __('footer.theme') }} – {{ next_url('https://theme-next.org', 'NexT.' + theme.scheme, {class: 'theme-link'}) }}{#
#}{% if theme.footer.theme.version %} v{{ version }}{% endif %}{#
#}
{% endif %}
{% if theme.footer.custom_text %}
{% endif %}