summaryrefslogtreecommitdiffstats
path: root/layouts/partials/header.html
AgeCommit message (Collapse)AuthorFilesLines
2026-06-26fix: honor literal menu name on project submenu childrenDanilo M.1-3/+5
Submenu label logic treated child .Name strictly as an i18n key, so a literal name set in a project page's [menus.main] block was swallowed (fell through to the page title). Add a literal-name fallback after the i18n lookup in both the desktop submenu (header.html) and the mobile sub-list (hamburger-menu.html). Curated i18n entries (Packages) still resolve via their key first. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26fix: submenu as expanding second row inside header glassDanilo M.1-32/+49
Replace floating dropdown box with a full-width centered second row that expands the existing frosted header panel on hover/focus. Project pages in the submenu fall back to page title when no menu name is set. Same label fallback applied to mobile overlay children.
2026-06-26feat: desktop nav submenu for nested menu items (CSS hover + focus-within)Danilo M.1-7/+43
2026-04-28fix: update deprecated .Site.Languages and .Site.Data APIs to site.Languages ↵Danilo M.1-1/+1
and hugo.Data - Replace .Site.Languages with site.Languages in hamburger-menu.html and header.html - Replace .Site.Data with hugo.Data in repository/single.html and footer.html - Add acronym shortcode for semantic HTML abbr tags with title attributes
2026-04-22chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme)Danilo M.1-0/+94