From eb8a17482fc138c861db685f9efc86871bf2d7d2 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 21:18:40 +0200 Subject: Complete multilingual theme implementation with language-aware menus - Refactor hugo.toml to define menus separately for each language using pageRef - Simplify header and hamburger-menu templates to use Hugo-native language handling - Update content structure with proper language prefix organization - Remove JavaScript language-switcher in favor of Hugo's native approach - Add new layout templates for /is/ section with list view - Update HANDOFF.md with current implementation status - Rebuild minified CSS with updated template changes Co-Authored-By: Claude Haiku 4.5 --- content/en/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'content/en/_index.md') diff --git a/content/en/_index.md b/content/en/_index.md index d784adf..49f77f6 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -3,6 +3,8 @@ title: "danix.xyz" description: "Portfolio and blog by Danilo Macrì" --- +{{< gravatar email="danix@danix.xyz" class="mx-auto w-32 h-32 rounded-full object-cover" >}} + Welcome to danix.xyz, my name is Danilo but you can call me danix. -Here I write about stuff I find interesting. On this site you may read about WordPress, Hugo, bash, Slackware, and lots of other things. Feel free to have a look and take what you like. \ No newline at end of file +> Here I write about stuff I find interesting. On this site you may read about WordPress, Hugo, bash, Slackware, and lots of other things. Feel free to have a look and take what you like. \ No newline at end of file -- cgit v1.2.3