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]