Update tiles.html

This commit is contained in:
Andrew Banchich 2016-11-25 19:45:34 +00:00
parent df49421490
commit c251befb59

View file

@ -6,7 +6,7 @@
<img src="{{ post.image }}" alt="" />
</span>
<header class="major">
<h3><a href="{{ post.url }}" class="link">{{ post.title }}</a></h3>
<h3><a href="{{ post.url | relative_url }}" class="link">{{ post.title }}</a></h3>
<p>{{ post.description }}</p>
</header>
</article>
@ -19,7 +19,7 @@
<img src="{{ page.image }}" alt="" />
</span>
<header class="major">
<h3><a href="{{ page.url }}" class="link">{{ page.title }}</a></h3>
<h3><a href="{{ page.url | relative_url }}" class="link">{{ page.title }}</a></h3>
<p>{{ page.description }}</p>
</header>
</article>