+ [2015-08-15T20:40:30Z] rawtext how do I setup next and previous page links for a collection? It's my portfolio and I'm trying to get each page in my collection to have page navigation links.
+ [2015-08-15T20:41:25Z] rawtext I tried to use the same code from the post nav include that I used and works with my blog. Not working with my collection pages though.
+ [2015-08-15T20:43:51Z] rawtext not sure where to go from here.
+ [2015-08-15T21:00:11Z] rawtext Maybe I should be using pages or posts for my portfolio projects? instead of a collection?
+ [2015-08-15T22:45:31Z] rawtext I found the code to display next-previous links per category. I'll post later how it works.

message no. 108049

Posted by rawtext in #jekyll at 2015-08-15T21:00:11Z

Maybe I should be using pages or posts for my portfolio projects? instead of a collection?
+ [2015-08-16T02:34:21Z] rawtext anyone ever use next and previous links for collection pages? I don't see anything about that. Maybe I missed it.
+ [2015-08-16T02:47:58Z] rawtext I could just hard code the links with {% post_url 2010-07-21-name-of-post %} but I'm looking for a way to do this for a collection.
+ [2015-08-16T02:48:12Z] rawtext next previous links.
+ [2015-08-16T02:49:38Z] jaybe the jekyllrb.com site uses data files and variables to do such. available on github
+ [2015-08-16T02:51:42Z] rawtext data files and variables, I'll look into that on the github. thanks.