From 5d423c308be7d417abeb15ef95c388edd86469c4 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 18 Feb 2022 17:13:46 +0800 Subject: [PATCH] :wrench: Chore: set pageStyle to normal (#62) --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4a310b7b..ce18e945 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -616,7 +616,7 @@ enableEmoji = true rssFullText = false # Page style ("normal", "wide", ...) since v0.2.13 # 页面样式 ("normal", "wide", ...) since v0.2.13 - pageStyle = "wide" + pageStyle = "normal" # Table of the contents config # 目录配置 [params.page.toc]