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

6 lines
252 B
Plaintext

<div class='related-wrap' id='related-posts'><%-
popular_posts_wrapper({
title: __('meta.related_posts'),
json: popular_posts_json({ maxCount: 5 , ulClass: 'related-posts' , PPMixingRate: 0.2 , isImage: true , isExcerpt: true} , page )
}) %></div>