Update tiles.html

This commit is contained in:
Andrew Banchich 2016-08-26 00:07:38 +00:00
parent 4fc51e6470
commit 848f828042
1 changed files with 1 additions and 1 deletions

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>