From 91b61caa373a87312635587736eede05327b25d2 Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Thu, 27 Aug 2026 13:35:29 +0200 Subject: [PATCH] Simplify home page and nav to a single latest-article link Home now shows only the latest article, pointing to the full list on /blog instead of duplicating recent articles in a grid. Nav trims to Home, Tutti gli articoli, and the corralito page; the footer drops the now-redundant Categorie column. --- frontend/app/layouts/default.vue | 24 +------------------- frontend/app/pages/index.vue | 38 -------------------------------- 2 files changed, 1 insertion(+), 61 deletions(-) diff --git a/frontend/app/layouts/default.vue b/frontend/app/layouts/default.vue index 1fc6979..4d0903e 100644 --- a/frontend/app/layouts/default.vue +++ b/frontend/app/layouts/default.vue @@ -1,10 +1,4 @@