1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-01-08 06:15:29 +01:00

Update tiles.html

This commit is contained in:
Andrew Banchich 2016-08-26 00:07:38 +00:00
parent 4fc51e6470
commit 848f828042

View File

@ -5,7 +5,7 @@
<img src="{{ post.image }}" alt="" />
</span>
<header class="major">
<h3><a href="{{ post.url }}" class="link">{{ post.title }}</a></h3>
<h3><a href="{{ site.baseurl }}{{ post.url }}" class="link">{{ post.title }}</a></h3>
<p>{{ post.description }}</p>
</header>
</article>