diff --git a/README.md b/README.md index d840952..c0a807f 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,8 @@ paginate = 5 menuMore = "Show more" readMore = "Read more" readOtherPosts = "Read other posts" + newerPosts = "Newer posts" + olderPosts = "Older posts" missingContentMessage = "Page not found..." missingBackButtonLabel = "Back to home page" diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html index ec762d3..9c4ab52 100644 --- a/layouts/partials/pagination.html +++ b/layouts/partials/pagination.html @@ -4,14 +4,14 @@ - Newer posts + {{ $.Site.Params.newerPosts }} {{ end }} {{ if .Paginator.HasNext }} - Older posts + {{ $.Site.Params.olderPosts }}