{% for post in site.posts limit:site.tiles-count %} {% if site.tiles-source == 'posts' %}

{{ post.title }}

{{ post.description }}

{% endif %} {% endfor %} {% for page in site.pages limit:site.tiles-count %} {% if site.tiles-source == 'pages' %}

{{ page.title }}

{{ page.description }}

{% endif %} {% endfor %}