mirror of
https://github.com/adulau/art.git
synced 2024-11-23 10:37:13 +00:00
Fixed tile descriptions
This commit is contained in:
parent
c7aafb0a15
commit
6269d60959
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
</span>
|
||||
<header class="major">
|
||||
<h3><a href="{{ tile.url | relative_url }}" class="link">{{ tile.title }}</a></h3>
|
||||
<p>{{ post.description }}</p>
|
||||
<p>{{ tile.description }}</p>
|
||||
</header>
|
||||
</article>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue