summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-11 11:37:24 +0200
committerDanilo M. <danix@danix.xyz>2026-05-11 11:37:24 +0200
commit0a4eb42637cdb7d8d71a4be13b393d26689bd783 (patch)
tree08fc376f3d37d31ea7af2390d77c0b091bfc3160
parent53fdb7481136e964e3acb1216c2feae67083e711 (diff)
downloaddanixxyz-0a4eb42637cdb7d8d71a4be13b393d26689bd783.tar.gz
danixxyz-0a4eb42637cdb7d8d71a4be13b393d26689bd783.zip
fix: use i18n heroGreeting for H1 text (IT/EN correct greetings)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-rw-r--r--i18n/en.yaml2
-rw-r--r--i18n/it.yaml2
m---------themes/danix-xyz-hacker0
3 files changed, 4 insertions, 0 deletions
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
-Subproject c5078a2adf338703d7b7a3d62e6594fe2831bc5
+Subproject c5d003b7e7e258a289aecfec36fe1f2034903ec