From 8e2f956f91b9bfd87f44cd650aad1e379e746e12 Mon Sep 17 00:00:00 2001
From: theoneand33
Date: Mon, 7 Sep 2026 14:31:49 +1200
Subject: [PATCH 1/2] feat(home): add recently played row with separator
---
src/layout/layout.astro | 18 +++++++++++++++++
src/pages/index.astro | 43 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+)
diff --git a/src/layout/layout.astro b/src/layout/layout.astro
index 81e83c9..83dfdd1 100644
--- a/src/layout/layout.astro
+++ b/src/layout/layout.astro
@@ -263,5 +263,23 @@ const moreGames = (() => {
>
+ {
+ seo && slug && (
+
+ )
+ }