- {% if page.previous %}
-
-
-
- {% assign prev_excerpt = page.previous.content | replace: '_By Al Morris_', '' | replace: 'By Al Morris', '' | replace: '*By Al Morris*', '' | strip_html | truncatewords: 25 %}
-
{{ prev_excerpt }}
-
- {% endif %}
- {% if page.next %}
-
-
-
- {% assign next_excerpt = page.next.content | replace: '_By Al Morris_', '' | replace: 'By Al Morris', '' | replace: '*By Al Morris*', '' | strip_html | truncatewords: 25 %}
-
{{ next_excerpt }}
-
+
+
- {% endif %}
-{% endif %}
+