diff --git a/layouts/partials/top.html b/layouts/partials/top.html index 1e57690..9f5a234 100644 --- a/layouts/partials/top.html +++ b/layouts/partials/top.html @@ -3,7 +3,11 @@ - Home + {{ with .Site.GetPage "/" }} + {{/* if I use relLangURL, then it does /es/es/ instead of /es/ (for example) */}} + {{ .Title }} + {{ end }} + {{ range .Site.Menus.main }} {{ .Name }} {{ end }}