From 693ccbb5e2dc5c76d1b12c2dca8d23915130df82 Mon Sep 17 00:00:00 2001 From: Frank Tegtmeyer Date: Sat, 28 Apr 2018 16:34:43 +0200 Subject: [PATCH] Commit cbd7140 introduced the use of .Title but menu entries don't have such an attribute. This fix uses also .Name for the link title. --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ced209c..667bc59 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -39,7 +39,7 @@ {{- $currentPage := . -}} {{ range .Site.Menus.navbar }} {{ $menuURL := .URL | absLangURL }} - {{ .Name }} + {{ .Name }} {{ end }}