From 8ce6b17e0ebda0ebbd7c2ad17c6c6c6d1f8547f7 Mon Sep 17 00:00:00 2001 From: Martin Virtel Date: Thu, 31 Oct 2024 10:19:32 +0100 Subject: [PATCH] as per deprecation note: ERROR deprecated: .Site.IsMultiLingual was deprecated in Hugo v0.124.0 and will be removed in Hugo 0.137.0. Use hugo.IsMultilingual instead. --- layouts/partials/docs/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/docs/menu.html b/layouts/partials/docs/menu.html index 710f93e..8453e73 100644 --- a/layouts/partials/docs/menu.html +++ b/layouts/partials/docs/menu.html @@ -1,7 +1,7 @@