Skip to content

Commit d8c1d32

Browse files
committed
fix paginate parameter
1 parent e3af5f2 commit d8c1d32

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
baseURL = "https://toppers.github.io/hakoniwa"
2-
languageCode = "ja"
2+
DefaultContentLanguage = "ja"
3+
languageCode = "ja-jp"
34
title = "箱庭"
45
theme = "kube"
56
description = "IoT/クラウドロボティクス時代の仮想シミュレーション環境"
6-
Paginate = 4
77

8-
DefaultContentLanguage = "ja"
8+
[pagination]
9+
pagerSize = 10
910

1011
[Services.GoogleAnalytics]
1112
ID = "G-57DLKTNNK8"

0 commit comments

Comments
 (0)