Merge pull request #102 from tfwyouloveher/patch-1

Fixed tile descriptions
This commit is contained in:
Andrew Banchich 2020-02-22 14:03:36 -05:00 committed by GitHub
commit 5ac81cde14
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 %}