From 30a5628fc1bf66fd4d5a7d3998c9c96f03023efd Mon Sep 17 00:00:00 2001 From: laoma2053 Date: Sun, 22 Sep 2024 21:36:37 +0800 Subject: [PATCH] Update config.js --- themes/heo/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/heo/config.js b/themes/heo/config.js index b861ddcb68d..26b10da7bdb 100644 --- a/themes/heo/config.js +++ b/themes/heo/config.js @@ -1,5 +1,5 @@ const CONFIG = { - HEO_HOME_POST_TWO_COLS: true, // 首页博客两列显示,若为false则只显示一列 + HEO_HOME_POST_TWO_COLS: false, // 首页博客两列显示,若为false则只显示一列 HEO_LOADING_COVER: true, // 页面加载的遮罩动画 HEO_HOME_BANNER_ENABLE: true,