{%- 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.next_page %} Next {% endif %} {% if page.previous_page %} Previous {% endif %}
{% endif %} {%- endblock %}

©2020 Sleuth