| Age | Commit message (Collapse) | Author | Files | Lines |
|
Append a feather external-link icon to entries flagged external (Projects
→ git.danix.xyz subdomain), in both the desktop nav and the mobile
hamburger overlay, signaling off-site links. Recompiled CSS for the new
utility classes.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
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>
|
|
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.
|
|
|
|
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
|
|
|