From 080ce96f38441278401e9c3d28c15ab35e73ff79 Mon Sep 17 00:00:00 2001 From: jossemargt Date: Thu, 14 Oct 2021 00:49:57 -0600 Subject: Fix nav-title URL when i18n is enable Turns out when you enable i18n using diary theme, the link on the "navigation title" always pointed to the site URL instead of the language base url. --- layouts/partials/mobile-header.html | 4 ++-- layouts/partials/sidebar.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/mobile-header.html b/layouts/partials/mobile-header.html index 61a582c..ad59cda 100644 --- a/layouts/partials/mobile-header.html +++ b/layouts/partials/mobile-header.html @@ -48,7 +48,7 @@ menu - + {{.Site.Title}} {{ if not .Site.Params.disableDarkMode }} @@ -62,7 +62,7 @@