1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-01-08 06:15:29 +01:00

Update tiles.html

This commit is contained in:
Andrew Banchich 2016-08-26 02:08:23 +00:00
parent 0da0e1b242
commit 084e11748f

View File

@ -11,7 +11,8 @@
</header>
</article>
{% endfor %}
{% elseif site.tiles-source == "pages" %}
{% endif %}
{% if site.tiles-source == "pages" %}
{% for page in site.pages limit:site.tiles-count %}
<article>
<span class="image">
@ -23,6 +24,5 @@
</header>
</article>
{% endfor %}
{% else %}
{% endif %}
</section>