aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common (follow)
Commit message (Collapse)AuthorAge
* use "remote" Jekyll themeEgor Tensin2020-05-07
| | | | I moved _includes/, _layouts/, css/ to egor-tensin/jekyll-theme.
* remove unused stuff: posts, comments, sidebar, etc.Egor Tensin2019-09-30
|
* _includes: pagination.html -> paginator.htmlEgor Tensin2018-02-22
|
* add missing  sEgor Tensin2018-02-18
|
* don't zero-pad day number in datesEgor Tensin2018-02-18
|
* fix navbar links with multiple pagesEgor Tensin2017-06-25
| | | | | | | | | | | | | I determine whether a page should be present in the navigation bar by checking if 'navbar' is present in this page's `groups`. My posts/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 /posts//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.
* fix post pagination linksEgor Tensin2017-06-25
| | | | * Use custom paginate_path in _includes/common/pagination.html.
* footer updateEgor Tensin2017-05-31
|
* fix links to "Plots"Egor Tensin2017-05-30
|
* fix links, page titles & iconsEgor Tensin2017-05-30
|
* make the sidebar two-columnEgor Tensin2016-12-01
|
* <nav>: role="navigation"Egor Tensin2016-11-30
|
* fix markup semanticsEgor Tensin2016-11-27
|
* move common assets to common/, more info to configEgor Tensin2016-06-25