mirror of
https://github.com/adulau/art.git
synced 2024-11-22 01:57:06 +00:00
Update tiles.html
This commit is contained in:
parent
0da0e1b242
commit
084e11748f
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue