1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-06-05 22:19:18 +02:00

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

View File

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