From 0a4eb42637cdb7d8d71a4be13b393d26689bd783 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 11 May 2026 11:37:24 +0200 Subject: fix: use i18n heroGreeting for H1 text (IT/EN correct greetings) Co-Authored-By: Claude Sonnet 4.6 --- i18n/en.yaml | 2 ++ i18n/it.yaml | 2 ++ themes/danix-xyz-hacker | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index 6451bdb..3714ea3 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,3 +1,5 @@ +heroGreeting: "Hi, I'm danix" + # Navigation & UI home: "Home" articles: "Articles" diff --git a/i18n/it.yaml b/i18n/it.yaml index 21a144f..7c7f85b 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -1,3 +1,5 @@ +heroGreeting: "Ciao, io sono danix" + # Navigation & UI home: "Home" articles: "Articoli" diff --git a/themes/danix-xyz-hacker b/themes/danix-xyz-hacker index c5078a2..c5d003b 160000 --- a/themes/danix-xyz-hacker +++ b/themes/danix-xyz-hacker @@ -1 +1 @@ -Subproject commit c5078a2adf338703d7b7a3d62e6594fe2831bc5d +Subproject commit c5d003b7e7e258a289aecfec36fe1f2034903eca -- cgit v1.2.3