develop/blog - list refactor and pagination navigation features #3

Merged
steven-y-e merged 4 commits from develop/blog into main 2021-09-16 16:38:35 -04:00

4 Commits (main)

Author SHA1 Message Date
steven 0cf3f0aaad feat(theme): pagination navigation
refactored out of the list template into its own partial
features:
- hidden if there's only 1 page
- shows up to 5 page numbers along with links to previous/next and first/last
- hide first/last if within 1 page from end
- ellipses denoting page numbers not shown
2021-09-16 16:33:46 -04:00
steven 0b977fa65d refactor(posts): limit body text row length to 80 char 2021-09-16 15:34:34 -04:00
steven 0a3d49678f feat(theme): masonry.js
implemented masonry.js so that items on list pages fill the content space more efficiently, wasting less space on the page
2021-09-16 12:51:00 -04:00
steven 704d8366f4 refactor(theme): lists
taxonomy and terms layouts have been consolidated back into default list template
2021-09-16 12:49:16 -04:00