From 8a7f4f0ecf2517a4c2e84134429884b009f360a8 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Thu, 21 Nov 2024 05:19:22 +0100 Subject: [PATCH] fix Hugo warnings --- docs/themes/hugo-geekdoc/layouts/partials/language.html | 2 +- .../hugo-geekdoc/layouts/partials/microformats/opengraph.html | 2 +- .../layouts/partials/microformats/twitter_cards.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/themes/hugo-geekdoc/layouts/partials/language.html b/docs/themes/hugo-geekdoc/layouts/partials/language.html index 845b92b..26db239 100644 --- a/docs/themes/hugo-geekdoc/layouts/partials/language.html +++ b/docs/themes/hugo-geekdoc/layouts/partials/language.html @@ -1,4 +1,4 @@ -{{ if .Site.IsMultiLingual }} +{{ if hugo.IsMultilingual }}