From db12d07cb62507aae88e11d63f9ede2302b3e763 Mon Sep 17 00:00:00 2001 From: Ghyslain Leclerc Date: Tue, 26 Nov 2019 20:58:18 -0500 Subject: [PATCH] Using .URL in menu items instead of .Permalink Using .Permalink was causing my site to not compile anymore with version 0.59.1 of Hugo. According to this issue on the Hugo Github repository: https://github.com/gohugoio/hugo/issues/5868 in menus, .URL is not deprecated and can/should be kept. --- layouts/partials/page_header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/page_header.html b/layouts/partials/page_header.html index dcf3429..c381950 100644 --- a/layouts/partials/page_header.html +++ b/layouts/partials/page_header.html @@ -7,9 +7,9 @@