Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _docs/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ your `_config.yml` under `plugins`. For Jekyll 2, this is standard. -->
## ページ分けの有効化
<!-- ## Enable pagination -->

ブログでポストのページ分けを有効にするには、`_config.yml`ふぁいるに1ページに何個のアイテムを表示するかの設定を追加します
ブログでポストのページ分けを有効にするには、`_config.yml`ファイルに1ページに何個のアイテムを表示するかの設定を追加します

<!-- To enable pagination for posts on your blog, add a line to the `_config.yml` file that
specifies how many items should be displayed per page: -->
Expand Down