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

{{ post.title }}

{{ post.description }}

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

{{ page.title }}

{{ page.description }}

{% endfor %} {% endif %}