Add basic pages for blog entries

This commit is contained in:
Alexander Navarro 2023-11-11 18:48:50 -03:00
parent a9d4e94580
commit 8ca3b129dc
6 changed files with 97 additions and 2 deletions

View file

@ -59,7 +59,7 @@ const games = await getCollection('games', (_, idx) => idx < 3);
</li>
</ul>
<div slot="footer" class="text-end">
<a href="">See more...</a>
<a href="/blog">See more...</a>
</div>
</Card>