{% include "head" %}
{% include "browser-upgrade" %} {% include "navigation" %} {% if page.image.feature %}
{% if page.image.credit %}
Photo Credit:
{{ page.image.credit }}
{% endif %}
{% endif %}
{% include "author-bio" %}
Recent Posts
{% for post in page.pagination.items %}
{% if post.link %}
{{ post.title }}
{% else %}
{{ post.title }}
{{ post.excerpt }}
{% endif %}
{% endfor %}
{% include "scripts" %}