--- layout: home title: "Welcome to the Neo-HPSTR Blog" description: "Describe this nonsense." tags: [Jekyll, theme, themes, responsive, blog, modern] comments: false --- {% for post in paginator.posts %}
{% if post.image.feature %}
{{ post.title }} {% if post.image.credit %}{% endif %}
{% endif %} {% if post.link %}

{{ post.title }}

{% else %}

{% endif %}
{{ post.excerpt }} {% if post.content contains "" %}
Continue Reading ...
{% endif %}
{% endfor %} {% include pagination.html %}