Problem in link rel=next/prev code
sasadangelo opened this issue · 3 comments
sasadangelo commented
Hi,
According to this discussion
#482
I am opening this issue because there is a bug in this code:
jekyll-seo-tag/lib/template.html
Lines 52 to 59 in 6005f93
that. generates in my website:
https://www.code4projects.net/blog/page/2/
This code:
<link rel="prev" href="https://www.code4projects.net/blog/index.html" />
<link rel="next" href="https://www.code4projects.net/blog/page/3/index.html" />
with extra index.html suffix.
sasadangelo commented
Hi,
Any updates? Is there aany chance to have this problem fixed?
ashmaroli commented
@sasadangelo, since you're deploying your site via GH Actions, you may patch this with the following in your Gemfile. (There is no ETA regarding when a release will be shipped with this patch).
gem "jekyll-seo-tag", github: "jekyll/jekyll-seo-tag", ref: "refs/pull/484/head"
sasadangelo commented
Ok thank you. Please let me know when it will be available in a next release.