Commit message (Collapse) | Author | ||
---|---|---|---|
2018-02-18 | _includes: pagination.html -> paginator.html | Egor Tensin | |
2017-06-25 | fix post pagination links | Egor Tensin | |
* Account for custom paginate_path in _includes/common/pagination.html. | |||
2017-06-25 | fix navbar links with multiple pages | Egor Tensin | |
I determine whether a page should be present in the navigation bar by checking if 'navbar' is present in this page's `groups`. My index.html is an example of such page. But `jekyll-paginate` creates a bunch of similar pages, each of them having 'navbar' in their `groups`. Thus, every /pageN appears in the navbar. To get rid of all of them except for the first one, I set `root_page` to `true` in index.html, and only include the first page with `root_page == true` in the navbar. Man, it's a hack if I've ever seen one. | |||
2017-05-31 | footer update | Egor Tensin | |
2017-02-01 | bugfix | Egor Tensin | |
Why did I change that in the first place? | |||
2017-02-01 | bump dependencies | Egor Tensin | |
2016-12-01 | make the sidebar two-column | Egor Tensin | |
2016-11-30 | <nav>: role="navigation" | Egor Tensin | |
2016-11-27 | fix markup semantics | Egor Tensin | |
2016-06-25 | footer update | Egor Tensin | |
2016-06-25 | move common assets to common/, more info to config | Egor Tensin | |