issues
search
sverrirs
/
jekyll-paginate-v2
Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem) ⛺
https://rubygems.org/gems/jekyll-paginate-v2
MIT License
521
stars
288
forks
source link
Pagination erroneously sets `page.title` on homepage (equal to `site.title`)
#251
Open
marcospgp
opened
1 year ago
marcospgp
commented
1 year ago
I am using this package on my Jekyll website, more specifically on the homepage;
I do not set a title for my homepage (
index.html
) anywhere in its front matter;
I do not set a
title
option in
_config.yml
pagination
settings (also tried explicitly setting to empty string);
When pagination is disabled,
page.title
is not set for the homepage, as expected;
When pagination is enabled,
page.title
is equal to
site.title
on the homepage, causing me some trouble.
index.html
) anywhere in its front matter;title
option in_config.yml
pagination
settings (also tried explicitly setting to empty string);page.title
is not set for the homepage, as expected;page.title
is equal tosite.title
on the homepage, causing me some trouble.