mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
Merge pull request #102 from tfwyouloveher/patch-1
Fixed tile descriptions
This commit is contained in:
commit
5ac81cde14
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
</span>
|
</span>
|
||||||
<header class="major">
|
<header class="major">
|
||||||
<h3><a href="{{ tile.url | relative_url }}" class="link">{{ tile.title }}</a></h3>
|
<h3><a href="{{ tile.url | relative_url }}" class="link">{{ tile.title }}</a></h3>
|
||||||
<p>{{ post.description }}</p>
|
<p>{{ tile.description }}</p>
|
||||||
</header>
|
</header>
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue