From 0d56769388f3d297afd37f26e40732bfd1d8c17e Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Fri, 28 Aug 2026 08:27:57 +0200 Subject: [PATCH] Home: only latest article reachable via 'read the latest article' link --- frontend/app/pages/index.vue | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/frontend/app/pages/index.vue b/frontend/app/pages/index.vue index 4698798..1946a99 100644 --- a/frontend/app/pages/index.vue +++ b/frontend/app/pages/index.vue @@ -102,15 +102,11 @@ useSeoMeta({

- Leggi l'articolo + Leggi l'ultimo articolo

- -

- Vedi tutti gli articoli -

@@ -213,27 +209,4 @@ useSeoMeta({ text-decoration: none; border-bottom: 1px solid var(--color-ink); } - -.more { - margin-top: var(--gap-section); - text-align: center; - font-size: 0.75rem; - font-weight: 600; - letter-spacing: 0.14em; - text-transform: uppercase; -} - -.more a { - padding: 0.85rem 2.5rem; - text-decoration: none; - border: 1px solid var(--color-ink); - color: var(--color-ink); - display: inline-block; - transition: background 0.2s ease, color 0.2s ease; -} - -.more a:hover { - background: var(--color-ink); - color: var(--color-bg); -}