mirror of
https://github.com/adulau/art.git
synced 2024-11-25 03:27:08 +00:00
Update tiles.html
This commit is contained in:
parent
f415027569
commit
674fa2ca86
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
{% for post in site.posts limit:site.home-tiles-count %}
|
{% for post in site.posts limit:site.home-tiles-count %}
|
||||||
<article>
|
<article>
|
||||||
<span class="image">
|
<span class="image">
|
||||||
<img src="{{ page.image }}" alt="" />
|
<img src="{{ post.image }}" alt="" />
|
||||||
</span>
|
</span>
|
||||||
<header class="major">
|
<header class="major">
|
||||||
<h3><a href="{{ page.url }}" class="link">{{ page.title }}</a></h3>
|
<h3><a href="{{ post.url }}" class="link">{{ post.title }}</a></h3>
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ post.description }}</p>
|
||||||
</header>
|
</header>
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue