Jekyll's default ordering for the meetings is a little bit wrong. If you're looking at Meeting #20, it thinks the previous meeting is #2 instead of #18. Need to either fix how Jekyll sets the page.previous and page.next variables (no clue how), or just stop using those variables and manually find the previous/next pages by looping through the page list.
Jekyll's default ordering for the meetings is a little bit wrong. If you're looking at Meeting #20, it thinks the previous meeting is #2 instead of #18. Need to either fix how Jekyll sets the
page.previousandpage.nextvariables (no clue how), or just stop using those variables and manually find the previous/next pages by looping through the page list.