From 36d84914d4557d31e1fe01f7a5c909d4f86d38bc Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 27 Aug 2025 09:32:53 +0200 Subject: [PATCH] feat: allow reading saved articles; add home button --- src/layouts/App.astro | 2 ++ src/pages/index.astro | 39 +++++++++++++++++++++++++++++++++------ 2 files changed, 35 insertions(+), 6 deletions(-) diff --git a/src/layouts/App.astro b/src/layouts/App.astro index 7cf7602..cf61686 100644 --- a/src/layouts/App.astro +++ b/src/layouts/App.astro @@ -120,11 +120,13 @@ const siteName = 'cozy.pub' } } + /* &:has(#router-outlet #post) { #jumbotron { display: none; } } + */ }