fix metadata change in games
This commit is contained in:
parent
333d6c95a3
commit
606d9a285b
3 changed files with 16 additions and 11 deletions
|
|
@ -69,13 +69,13 @@ const games = await getCollection('games', (_, idx) => idx < 3);
|
|||
{
|
||||
games.map((item) => (
|
||||
<li>
|
||||
<a href={`games/${item.slug}`}>{item.data.Title}</a>
|
||||
<a href={`games/${item.slug}`}>{item.data.title}</a>
|
||||
</li>
|
||||
))
|
||||
}
|
||||
</ul>
|
||||
<div slot="footer" class="text-end">
|
||||
<a href="">See more...</a>
|
||||
<a href="/games">See more...</a>
|
||||
</div>
|
||||
</Card>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue