Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-05 | feat: auto expand and collapse toc | olOwOlo | |
2017-11-01 | feat: remove excess `ul` when the title is not starting from `h1` | olOwOlo | |
release 2.6.5 | |||
2017-10-12 | feat: only init toc when there are headings | olOwOlo | |
release 2.6.3 | |||
2017-09-17 | fix: compatibility in IE(9+) and Edge (#8) | olOwOlo | |
- add classList shim for IE9 - refactor: for...of | |||
2017-09-11 | fix: only enable fancybox on post content (#3) | Simon Wörner | |
This fixes problems when the license contains images. These are opened with fancybox instead of open the license link. | |||
2017-09-06 | feat: group images with fancybox | olOwOlo | |
2017-09-06 | refactor: move theme version param to template | olOwOlo | |
delete version param in config.toml even.[version].css => even.min.css?v=[version] even.[version].js => even.min.js?v=[version] It's more convenient for users to update this theme. |