Releases: tea3/hexo-related-popular-posts
Releases · tea3/hexo-related-popular-posts
Fixed cache disappears issue
How to use helper tag has changed.
Changes
-
How to use helper tag has changed.
Tag changed from the conventional usage. Specifically, it was changed from
popular_posts( )
topopular_posts( {} , post )
. For the detail . please see README.md -
This Plugin have excluded support for hexo 3.2 and earlier.
If you want you install old version , please
npm install [email protected]
Fixes
-
Fixed cache disappears issue
Fixed the problem that cached data was lost by the following procedure.
$ hexo clean
$ hexo s
- Update articles (e.g. edited
sample.md
) $ hexo s