aboutsummaryrefslogtreecommitdiff
path: root/static/dist/even.min.js.map
AgeCommit message (Collapse)Author
2018-01-10fix: missing last line of code in blogdown (#19)olOwOlo
release 2.7.1
2017-12-05feat: auto expand and collapse tocolOwOlo
2017-11-01feat: remove excess `ul` when the title is not starting from `h1`olOwOlo
release 2.6.5
2017-11-01style: images in figure will be centered when `{{figure src="center" ... }}` ↵olOwOlo
is used
2017-10-12feat: only init toc when there are headingsolOwOlo
release 2.6.3
2017-09-17fix: compatibility in IE(9+) and Edge (#8)olOwOlo
- add classList shim for IE9 - refactor: for...of
2017-09-11feat: config to show more post metaolOwOlo
word count and read time
2017-09-11fix: 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-06feat: group images with fancyboxolOwOlo
2017-09-06refactor: move theme version param to templateolOwOlo
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.