Fixed bug in header link
All checks were successful
Generate and upload hugo website / generate_and_uplaod_site (push) Successful in 1m25s

This commit is contained in:
Henry V Child 2025-02-18 06:41:24 +01:00
parent 1228fb4157
commit a0445838fe

View File

@ -1,4 +1,4 @@
<header id="header"> <header id="header">
<a id="title" href="/{{.Lang}}">Henry Valentine Child</a> <a id="title" href="/{{.Lang}}/">Henry Valentine Child</a>
{{ partial "header/menu.html" . }} {{ partial "header/menu.html" . }}
</header> </header>