From c5d003b7e7e258a289aecfec36fe1f2034903eca Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 11 May 2026 11:37:09 +0200 Subject: fix: use i18n heroGreeting key for hero H1 text Co-Authored-By: Claude Sonnet 4.6 --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index a76505a..4ee7af1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -15,7 +15,7 @@ -

{{ .Site.Params.author }}

+

{{ i18n "heroGreeting" }}

-- cgit v1.2.3