diff --git a/src/content b/src/content index 9e7ed8e..efff561 160000 --- a/src/content +++ b/src/content @@ -1 +1 @@ -Subproject commit 9e7ed8e596386ab05da15fa81a6d90c19d625f43 +Subproject commit efff561a802a40e93493d01a50ef228bfe0c485e diff --git a/src/pages/games/index.astro b/src/pages/games/index.astro index 61e19bc..c101c93 100644 --- a/src/pages/games/index.astro +++ b/src/pages/games/index.astro @@ -1,15 +1,20 @@ --- +import Layout from '../../layouts/Layout.astro'; import { getCollection } from 'astro:content'; const games = await getCollection('games'); --- -