From 3b1e9390206f22da0a0f7d94d4e585ff61944550 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Thu, 2 Mar 2023 14:35:20 -0300 Subject: Reorder options in config --- exampleSite/config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7c00420..cda1d21 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -61,10 +61,10 @@ enableRobotsTXT = true # formatting, see https://gohugo.io/functions/format/ dateFormat = "2006-01-02" - # If your blog is multilingual but you haven't translated a page, this theme - # will create a disabled link. By setting `hideUntranslated` to true, you can - # have the theme simply not show any link - hideUntranslated = false - # Your email, added to the navbar so readers can reply to your posts email = "me@example.com" + + # (EXPERIMENTAL) If your blog is multilingual but you haven't translated a + # page, this theme will create a disabled link. By setting `hideUntranslated` + # to true, you can have the theme simply not show any link + hideUntranslated = false -- cgit v1.2.3