You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a hack-y solution to achieve reverse post ordering (e.g., start with Week 1 and end with Project Month) and it would be great to update this with a better method moving forward. I reversed post ordering in index.html and increased the pagination limit in _config.yml to be 13 posts per page. It was previously set to 8, which seems more manageable. However, a pagination of 8 resulted in posts being reverse ordered per page but not across pages. Specifically, Page 1 showed posts for Week 8 through Project Month and Page 2 showed posts for Week 1 through Week 7. Updating the pagination limit to 13 fixed the issue but its a lot of information to have on one page. There should be a better way to do this but I'm not sure what it is.
The text was updated successfully, but these errors were encountered:
Created a hack-y solution to achieve reverse post ordering (e.g., start with Week 1 and end with Project Month) and it would be great to update this with a better method moving forward. I reversed post ordering in
index.html
and increased the pagination limit in_config.yml
to be 13 posts per page. It was previously set to 8, which seems more manageable. However, a pagination of 8 resulted in posts being reverse ordered per page but not across pages. Specifically, Page 1 showed posts for Week 8 through Project Month and Page 2 showed posts for Week 1 through Week 7. Updating the pagination limit to 13 fixed the issue but its a lot of information to have on one page. There should be a better way to do this but I'm not sure what it is.The text was updated successfully, but these errors were encountered: