--- layout: post-index title: Latest Posts description: "Describe this nonsense." tags: [Jekyll, theme, themes, responsive, blog, modern] comments: false image: feature: abstract-1.jpg credit: dargadgetz creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/ --- {% for post in paginator.posts %}
{% if post.image.feature %}
{{ post.title }}
{% endif %} {% if post.link %}

{{ post.title }}

{% else %}

{% endif %}
{{ post.content }}
{% endfor %} {% include pagination.html %}