Fix: changed pagination items from 15 to 10

This commit is contained in:
Óscar M. Lage 2022-03-01 00:02:13 +01:00
parent 0a51266620
commit f3a86e27eb

View File

@ -6,7 +6,7 @@ theme:
- 'hugo-shortcode-gallery' - 'hugo-shortcode-gallery'
pygmentsStyle: "monokai" pygmentsStyle: "monokai"
canonifyurls: true canonifyurls: true
paginate: 15 paginate: 10
summarylength: 30 summarylength: 30
timeout: 60000 timeout: 60000