From 206766512a17dab095694176d52319dbce602f55 Mon Sep 17 00:00:00 2001 From: Csaba Toth Date: Sun, 10 May 2020 12:04:02 -0700 Subject: [PATCH] Trying to replace deprecated title_suffix with title Following warning "Deprecation: Pagination: The 'title_suffix' configuration has been deprecated. Please use 'title'. See https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration" --- examples/01-typicalblog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/01-typicalblog/README.md b/examples/01-typicalblog/README.md index 9f00b6f..f7c26ab 100644 --- a/examples/01-typicalblog/README.md +++ b/examples/01-typicalblog/README.md @@ -46,7 +46,7 @@ pagination: enabled: true per_page: 3 permalink: '/page/:num/' - title_suffix: ' - page :num' + title: ':title - page :num' limit: 0 sort_field: 'date' sort_reverse: true