From bfca6d297904373d808f4756b268d8dae8ea63f5 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Wed, 23 Oct 2024 22:50:06 +0200 Subject: [PATCH] Fixed sidebar --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index ebd0a76..844b36f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -54,7 +54,7 @@ enableGitInfo = false # (Optional, default docs) Specify root page to render child pages as menu. # Page is resoled by .GetPage function: https://gohugo.io/functions/getpage/ # For backward compatibility you can set '*' to render all sections to menu. Acts same as '/' - BookSection = 'theses' + BookSection = 'texts' # Set source repository location. # Used for 'Last Modified' and 'Edit this page' links.