{% assign post = site.categories['coverstory'].first %} {% if page.is_post == true %} {% assign post = page %} {% endif %}
{% if post.image != nil %}
{% endif %} {% unless page.is_post == true %}

{{ post.title }}

{% endunless %}
{% if page.is_post and post.next %} Next {% endif %}
{% if page.is_post and post.next %} Previous {% endif %}