From d0175025adcc15af34e51cc8def3c497d0a92fd5 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 23 May 2026 16:52:04 +0200 Subject: [PATCH] feat(home): show only last 15 notes with link to /pub --- src/components/notes/blog-notes.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/notes/blog-notes.vue b/src/components/notes/blog-notes.vue index 7452c8a..c0010aa 100644 --- a/src/components/notes/blog-notes.vue +++ b/src/components/notes/blog-notes.vue @@ -1,16 +1,17 @@