--- layout: page --- {{ page.content | remove: page.excerpt }} {% assign show_continue = false %} {% if page.previous and page.previous.exclude_from_loop != true %} {% assign show_continue = true %} {% endif %} {% if page.next and page.next.exclude_from_loop != true %} {% assign show_continue = true %} {% endif %} {% if show_continue %}
Continue Reading
{% if page.previous and page.previous.exclude_from_loop != true %}
{{ page.previous.title }}
{% endif %} {% if page.next and page.next.exclude_from_loop != true %}
{{ page.next.title }}
{% endif %}
{% endif %}