Update tiles.html

This commit is contained in:
Andrew Banchich 2016-08-26 02:39:06 +00:00
parent b54d577a1b
commit e1300a960d
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
<p>{{ post.description }}</p> <p>{{ post.description }}</p>
</header> </header>
</article> </article>
{% else %}
Configuration error
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% for page in site.pages limit:site.tiles-count %} {% for page in site.pages limit:site.tiles-count %}