mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
Update tiles.html
This commit is contained in:
parent
df49421490
commit
c251befb59
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue