Eric

Results 4 issues of Eric

At line 29, `document.body.scrollTop` returns 0 on Chrome, Firefox etc. It is recommended to use `document.scrollingElement.scrollTop` instead. Actually here (at line 63) `getBoundingClientRect()` is enough to get the distance between...

**What kind of change does this PR introduce?** (check one with "x") - [x] Bug fix - [ ] Feature - [ ] Code style update (formatting, local variables) -...

All the following post after a picture post will have no title section. Set headlessPost = false

如下图 ![image](https://user-images.githubusercontent.com/31189594/51451175-2b41c880-1d88-11e9-8baa-f606e72d7e33.png) 环境是Windows 10,nodeJs 10.13.0, npm 6.4.1, 除了更换了Pandoc,其他应该没有改动。 > expecting number but found undefined. 换成 `if (is_post())` 就能解决,但是为什么在我的环境下会有这个问题呢?