mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-01-09 14:44:16 +01:00
Update tiles.html
This commit is contained in:
parent
4fc51e6470
commit
848f828042
@ -5,7 +5,7 @@
|
|||||||
<img src="{{ post.image }}" alt="" />
|
<img src="{{ post.image }}" alt="" />
|
||||||
</span>
|
</span>
|
||||||
<header class="major">
|
<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>
|
<p>{{ post.description }}</p>
|
||||||
</header>
|
</header>
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
Reference in New Issue
Block a user