From b7cd329022f4382efd311d5940047ebd45decc7f Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Tue, 3 Jan 2023 12:48:42 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B5=E3=82=A4=E3=83=88=E3=81=AE=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/menus.ja.toml | 6 +++--- config/_default/params.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/_default/menus.ja.toml b/config/_default/menus.ja.toml index c5a1954..5509500 100644 --- a/config/_default/menus.ja.toml +++ b/config/_default/menus.ja.toml @@ -26,9 +26,9 @@ weight = 30 [[main]] - name = "執筆者" - pageRef = "authors" - weight = 50 + name = "トピック" + pageRef = "topics" + weight = 40 # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before diff --git a/config/_default/params.toml b/config/_default/params.toml index 102c83f..9019513 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -36,8 +36,8 @@ mainSections = ["posts"] showRecentItems = 5 showMoreLink = true showMoreLinkDest = "/posts" - cardView = true - cardViewScreenWidth = true + cardView = false + cardViewScreenWidth = false layoutBackgroundBlur = false # only used when layout equals background [article]