This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//- Pagination mixin | |
//- ---------------- | |
//- numPages = # links to serve up | |
//- numButtons = # of "side" buttons that will be present. | |
//- 2 numButtons will result in | << | 1 | 2 |>3<| 4 | 5 | >> | | |
//- curr = current page | |
//- base = base url before num | |
//- start at page 1 | |
//- | |
//- Example: |