From cfb6c0668d8303982779b4a2687031eafccb90df Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 8 May 2026 18:47:08 +0200 Subject: Add Blog link to nav and fix Hugo deprecation warnings - Add external Blog menu entry (danix.xyz) via Hugo menus system - Wire nav.html to render Site.Menus.main with external link support - Replace deprecated languageName with label in hugo.toml - Replace deprecated .Language.LanguageName with .Language.Label in nav.html - Add CLAUDE.md with project guidance Co-Authored-By: Claude Sonnet 4.6 --- themes/danixme/layouts/partials/nav.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/danixme/layouts/partials/nav.html b/themes/danixme/layouts/partials/nav.html index 8a045d0..deddaa3 100644 --- a/themes/danixme/layouts/partials/nav.html +++ b/themes/danixme/layouts/partials/nav.html @@ -15,6 +15,9 @@
  • {{ i18n "nav_certs" }}
  • {{ i18n "nav_projects" }}
  • {{ i18n "nav_contact" }}
  • + {{- range .Site.Menus.main }} +
  • {{ .Name }}
  • + {{- end }}