diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-11 11:37:09 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-11 11:37:09 +0200 |
| commit | c5d003b7e7e258a289aecfec36fe1f2034903eca (patch) | |
| tree | 4444782e59ffb6755c5d1b9808b66b39c175bc37 | |
| parent | c5078a2adf338703d7b7a3d62e6594fe2831bc5d (diff) | |
| download | danixxyz-theme-c5d003b7e7e258a289aecfec36fe1f2034903eca.tar.gz danixxyz-theme-c5d003b7e7e258a289aecfec36fe1f2034903eca.zip | |
fix: use i18n heroGreeting key for hero H1 text
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </div> <!-- Hero Name (glitch effect) --> - <h1 class="hero-name" data-text="{{ .Site.Params.author }}">{{ .Site.Params.author }}</h1> + <h1 class="hero-name" data-text="{{ i18n "heroGreeting" }}">{{ i18n "heroGreeting" }}</h1> <!-- Bio (from page content) --> <div class="text-xl text-text-dim text-center mb-8 leading-relaxed prose prose-invert max-w-none"> |
