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
27ecb0dfb3
commit
ca7759dce1
1 changed files with 0 additions and 14 deletions
|
@ -12,18 +12,4 @@
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if site.tiles-source == "pages" %}
|
|
||||||
{% for page in site.pages limit:site.tiles-count %}
|
|
||||||
<article>
|
|
||||||
<span class="image">
|
|
||||||
<img src="{{ page.image }}" alt="" />
|
|
||||||
</span>
|
|
||||||
<header class="major">
|
|
||||||
<h3><a href="{{ site.baseurl }}{{ page.url }}" class="link">{{ page.title }}</a></h3>
|
|
||||||
<p>{{ page.description }}</p>
|
|
||||||
</header>
|
|
||||||
</article>
|
|
||||||
{% endfor %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue