Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Fix pagination when paginate_link points to a directory #255

Merged
merged 2 commits into from
Aug 8, 2015

Conversation

kodfodrasz
Copy link
Contributor

permalink can point to a directory, and Pretzel knows it must create an index.html in that directory.
This patch add support for this behavior when pagination is used.
Modified custom pagination link tests to test this case.

fixes #254

permalink can point to a directory, and Preetzel knows it must create an index.html in that directory.
This patch add support for this behavior when pagination is used.
Modified custom pagination link tests to test this case.
@laedit
Copy link
Member

laedit commented Aug 4, 2015

Sorry for the silence, I was out of town for a few weeks.
Thanks a lot for your PR, I haven't the time to check all pagination 😃
Could you just merge your PR with the updated master?
Thanks in advance.

@kodfodrasz
Copy link
Contributor Author

Sure. Probably I'll do it in the weekend.

Conflicts:
	src/Pretzel.Logic/Templating/JekyllEngineBase.cs
@kodfodrasz
Copy link
Contributor Author

Updated branch with upstream changes. (btw is any notification generated by updating the branch in the PR?)

@laedit
Copy link
Member

laedit commented Aug 8, 2015

Thanks!
I didn't receive mail for each commits if that's what your mean.

laedit pushed a commit that referenced this pull request Aug 8, 2015
Fix pagination when paginate_link points to a directory
@laedit laedit merged commit 0c739ba into Code52:master Aug 8, 2015
@kodfodrasz
Copy link
Contributor Author

Yes that is what I meant. Then my comments (except for this one) weren't purely useless redundant spam. 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pagination does not work when pagine_link points to a directory
2 participants