Closed blanche closed 6 years ago
if someone could confirm this issue, i will try to provide an update for the docs
Confirmed. Just ran into this bug tonight. Exactly as you described.
Have the same issue here. Additional config hadn't fixed it.
The workaround works with latest master branch 249a91
Same issue for me. The workaround is not working with pelican 3.5.0
This solution is not working with pelican 3.5.0
no idea why the sample uses base_name
instead of name
.
thoughts on changing it?
Anyone care to test the workaround with 3.6?
I'm new to Pelican... ran into this problem and found this page.. setting the additional config values fixed it with 3.6.0 installed with pip.
While this is helpful, it doesn't exactly fix the issue.
If I am in /categories/ and I want to click a link to tags, the URL will be /categories/tags/... . This happens with Pelican 3.6.3 and Flex theme. I've decided to just drop the Pagination custom patterns for my site.
I'm in the process of setting up a site and also ran into this issue. You can see here that the page URL's are not including the tag details: http://wallzero.com/tags/two/ The page URL's should be something like "/tags/{tag}/page/{#}/" Feel free to reproduce the issue: https://github.com/Schlesiger/wallzero/tree/cb35ce1a5e8605c1cf805872d5eaa89a04102581 If I am missing something in my config, please let me know.
If someone wants to use the PAGINATION_PATTERNS example as provided in the documentation (see below), it will only for the main page. When generating tag/categories/authors the fixed "index.html" causes name conflicts.
original documentation:
this causes
tag/my-tag.html
to be renamed totag/index.html
the next tagtag/my-other-tag.html
also renamed toindex.html
will cause an errorAdditional settings required to fix the issue:
with these setting, the generates pages will look like the following and achieve the desired result: