{%- block next_prev %} {%- if config.theme.prev_next_buttons_location|lower in ['bottom', 'both'] and page and (page.next_page or page.previous_page) %}
{%- if page.previous_page %} {% trans %}前一页{% endtrans %} {%- endif %} {%- if page.next_page %} {% trans %}后一页{% endtrans %} {%- endif %}
{%- endif %} {%- endblock %}
{%- if config.copyright %}

{{ config.copyright }}

{%- endif %}