From a50934bf91ed8fc8fa35773c217ff21f9e254232 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 13 Apr 2025 14:13:30 +0200 Subject: [PATCH] Added option to translate the mobile menu title (was hard-coded to 'Menu' before) --- README.md | 1 + layouts/partials/mobile-menu.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e49ab69b..6246c358 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ pagination.pagerSize = 5 missingBackButtonLabel = "Back to home page" minuteReadingTime = "min read" words = "words" + menuTitle = "Menu" [languages.en.params.logo] logoText = "Terminal" diff --git a/layouts/partials/mobile-menu.html b/layouts/partials/mobile-menu.html index 70e9d29f..ecd204ec 100644 --- a/layouts/partials/mobile-menu.html +++ b/layouts/partials/mobile-menu.html @@ -1,5 +1,5 @@