hexo-theme-stellar/layout/_partial/main/article/related_posts.ejs

6 lines
252 B
Plaintext
Raw Normal View History

2021-02-25 20:49:43 +08:00
<div class='related-wrap' id='related-posts'><%-
2021-02-21 03:13:21 +08:00
popular_posts_wrapper({
title: __('meta.related_posts'),
2021-02-21 04:01:17 +08:00
json: popular_posts_json({ maxCount: 5 , ulClass: 'related-posts' , PPMixingRate: 0.2 , isImage: true , isExcerpt: true} , page )
2021-02-21 03:13:21 +08:00
}) %></div>