Fixed tile descriptions

This commit is contained in:
tfwyouloveher 2020-02-21 20:39:23 -07:00 committed by GitHub
parent c7aafb0a15
commit 6269d60959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}