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 --- static/images/fav.png | Bin 0 -> 45033 bytes static/images/lampD.png | Bin 0 -> 45033 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 static/images/fav.png create mode 100644 static/images/lampD.png (limited to 'static/images') diff --git a/static/images/fav.png b/static/images/fav.png new file mode 100644 index 0000000..d348983 Binary files /dev/null and b/static/images/fav.png differ diff --git a/static/images/lampD.png b/static/images/lampD.png new file mode 100644 index 0000000..d348983 Binary files /dev/null and b/static/images/lampD.png differ -- cgit v1.2.3