From 8baed345eb1489f378db1a5e0768b25c7c25659a Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 28 Apr 2026 21:08:56 +0200 Subject: feat: expand author widget to article stats (words, reading time, type) --- i18n/en.yaml | 2 ++ i18n/it.yaml | 2 ++ layouts/partials/sidebar.html | 45 ++++++++++++++++++++++++++++++++++++++----- 3 files changed, 44 insertions(+), 5 deletions(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index 23b7b6b..8e6a186 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -43,6 +43,8 @@ updated: "Updated" readingTime: "reading time" min: "min" author: "Author" +words: "words" +articleStats: "article" category: "Category" categories: "Categories" tag: "Tag" diff --git a/i18n/it.yaml b/i18n/it.yaml index 8606ffa..76e5a54 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -43,6 +43,8 @@ updated: "Aggiornato" readingTime: "tempo di lettura" min: "min" author: "Autore" +words: "parole" +articleStats: "articolo" category: "Categoria" categories: "Categorie" tag: "Tag" diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index a2225f1..2db058f 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,10 +1,45 @@