Alex Zaytsev
Alex Zaytsev
> The code will execute a nested loop for each generated page. Who cares about this?
The real problem, that one of the tag pages will be missed.
Same as https://github.com/jekyll/jekyll-archives/pull/24
Also, if for some reasons two tags have the same slug, then posts are missing too...
> Can you check the size/contents of site.tags["test-tag"]? It would be 1, of-cource. I think the issue is particularly with Archives, as it uses a slugged file name to generate...
As intermediate solution I'd propose to add a number suffix to the slug so the archives would not be missed. This would also address jekyll/jekyll#2965
So, infact we have 2 problems here which lead to the loss of entires on archive page: 1. Tags/Categories with different cases 2. Tags/Categories with the same slug
> it should be a problem with Jekyll though They put 3.0 milestone on it. > Can you give an example of the second problem? Basically it is the problem...
Yes, these are jekyll/jekyll#2965 and jekyll/jekyll#2977
@Czembri can you elaborate a little bit?