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

6 lines
219 B
Plaintext
Raw Normal View History

2021-02-19 23:33:19 +08:00
<% let post = page; %>
<div class='related-posts-wrap'><%-
popular_posts_wrapper(
popular_posts_json({ maxCount: 5 , ulClass: 'related-posts' , PPMixingRate: 0.2 , isImage: true , isExcerpt: true} , post )
) %></div>